Searched refs:joinBBs (Results 1 – 2 of 2) sorted by relevance
82 Stack joinBBs; member in __anonb052c8f20111::Converter1980 joinBBs.push(bb); in handleInstruction()2006 BasicBlock *forkPoint = reinterpret_cast<BasicBlock *>(joinBBs.pop().u.p); in handleInstruction()2010 if (lastBB->getExit()->op == OP_BRA && joinBBs.getSize() < 6) in handleInstruction()
1130 Stack joinBBs; // fork BB, for inserting join ops on ENDIF member in __anon7013adf50111::Converter2076 joinBBs.push(bb); in handleInstruction()2102 BasicBlock *forkBB = reinterpret_cast<BasicBlock *>(joinBBs.pop().u.p); in handleInstruction()2106 if (prevBB->getExit()->op == OP_BRA && joinBBs.getSize() < 6) in handleInstruction()