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