Home | History | Annotate | Download | only in codegen

Lines Matching refs:getExit

1658    fork->insertBefore(fork->getExit(), fork->joinAt);
1995 forkPoint->getExit()->asFlow()->target.bb = elseClause;
2010 if (lastBB->getExit()->op == OP_BRA && joinBBs.getSize() < 6)
2016 if (lastBB->getExit()->op == OP_BRA) {
2018 lastBB->getExit()->asFlow()->target.bb = convPoint;