Searched refs:lastBB (Results 1 – 1 of 1) sorted by relevance
2005 BasicBlock *lastBB = reinterpret_cast<BasicBlock *>(condBBs.pop().u.p); in handleInstruction() local2010 if (lastBB->getExit()->op == OP_BRA && joinBBs.getSize() < 6) in handleInstruction()2016 if (lastBB->getExit()->op == OP_BRA) { in handleInstruction()2017 lastBB->cfg.attach(&convPoint->cfg, Graph::Edge::FORWARD); in handleInstruction()2018 lastBB->getExit()->asFlow()->target.bb = convPoint; in handleInstruction()