Searched refs:prevBB (Results 1 – 1 of 1) sorted by relevance
3652 BasicBlock *prevBB = reinterpret_cast<BasicBlock *>(condBBs.pop().u.p); in handleInstruction() local3657 if (prevBB->getExit()->op == OP_BRA && joinBBs.getSize() < 6) in handleInstruction()3663 if (prevBB->getExit()->op == OP_BRA) { in handleInstruction()3664 prevBB->cfg.attach(&convBB->cfg, Graph::Edge::FORWARD); in handleInstruction()3665 prevBB->getExit()->asFlow()->target.bb = convBB; in handleInstruction()