Searched refs:contBB (Results 1 – 2 of 2) sorted by relevance
736 BasicBlock *contBB = BasicBlock::get(ei.getNode()); in tryReplaceContWithBra() local738 if (!contBB->getExit() || contBB->getExit()->op != OP_CONT || in tryReplaceContWithBra()739 contBB->getExit()->getPredicate()) in tryReplaceContWithBra()741 contBB->getExit()->op = OP_BRA; in tryReplaceContWithBra()
3705 BasicBlock *contBB = reinterpret_cast<BasicBlock *>(loopBBs.peek().u.p); in handleInstruction() local3706 mkFlow(OP_CONT, contBB, CC_ALWAYS, NULL); in handleInstruction()3707 contBB->explicitCont = true; in handleInstruction()3708 bb->cfg.attach(&contBB->cfg, Graph::Edge::BACK); in handleInstruction()