Lines Matching defs:variable
1369 // needed to ensure that variable binding and merging through phis can
1451 str << "#Use of unbound variable:"
1458 str << "#Accessing variable value outside a block:"
1480 const CodeAssemblerVariable& variable) {
1481 os << *variable.impl_;
1519 // variable along that path that expects to merge its value into a phi.
1535 // If the following assert fires, then you've declared a variable that
1538 // the variable after the label bind (it's not possible to add phis to
1539 // the bound label after the fact, just make sure to list the variable
1546 str << "Unmerged variable found when jumping to block. \n"
1613 str << "A variable that has been marked as beeing merged at the label"