Searched refs:condBBs (Results 1 – 2 of 2) sorted by relevance
81 Stack condBBs; member in __anonb052c8f20111::Converter1979 condBBs.push(bb); in handleInstruction()1990 BasicBlock *forkPoint = reinterpret_cast<BasicBlock *>(condBBs.pop().u.p); in handleInstruction()1993 condBBs.push(bb); in handleInstruction()2005 BasicBlock *lastBB = reinterpret_cast<BasicBlock *>(condBBs.pop().u.p); in handleInstruction()
1129 Stack condBBs; // fork BB, then else clause BB member in __anon7013adf50111::Converter2075 condBBs.push(bb); in handleInstruction()2086 BasicBlock *forkBB = reinterpret_cast<BasicBlock *>(condBBs.pop().u.p); in handleInstruction()2089 condBBs.push(bb); in handleInstruction()2101 BasicBlock *prevBB = reinterpret_cast<BasicBlock *>(condBBs.pop().u.p); in handleInstruction()