Searched refs:OutputBB (Results 1 – 1 of 1) sorted by relevance
1869 BasicBlock *OutputBB = VBBIt->second; in replaceArgumentUses() local1870 NewI->insertInto(OutputBB, OutputBB->end()); in replaceArgumentUses()1872 << *OutputBB << "\n"); in replaceArgumentUses()1987 BasicBlock *OutputBB = OutputBBIt->second; in findDuplicateOutputBlock() local1988 if (CompBB->size() - 1 != OutputBB->size()) { in findDuplicateOutputBlock()1993 BasicBlock::iterator NIt = OutputBB->begin(); in findDuplicateOutputBlock()2219 BasicBlock *OutputBB = VBPair.second; in createSwitchStatement() local2220 Instruction *Term = OutputBB->getTerminator(); in createSwitchStatement()2223 moveBBContents(*OutputBB, *EndBB); in createSwitchStatement()2225 OutputBB->eraseFromParent(); in createSwitchStatement()