Searched refs:OutputBB (Results 1 – 1 of 1) sorted by relevance
1872 BasicBlock *OutputBB = VBBIt->second; in replaceArgumentUses() local1873 NewI->insertInto(OutputBB, OutputBB->end()); in replaceArgumentUses()1875 << *OutputBB << "\n"); in replaceArgumentUses()1990 BasicBlock *OutputBB = OutputBBIt->second; in findDuplicateOutputBlock() local1991 if (CompBB->size() - 1 != OutputBB->size()) { in findDuplicateOutputBlock()1996 BasicBlock::iterator NIt = OutputBB->begin(); in findDuplicateOutputBlock()2222 BasicBlock *OutputBB = VBPair.second; in createSwitchStatement() local2223 Instruction *Term = OutputBB->getTerminator(); in createSwitchStatement()2226 moveBBContents(*OutputBB, *EndBB); in createSwitchStatement()2228 OutputBB->eraseFromParent(); in createSwitchStatement()