Searched refs:OutputBB (Results 1 – 1 of 1) sorted by relevance
1876 BasicBlock *OutputBB = VBBIt->second; in replaceArgumentUses() local1877 NewI->insertInto(OutputBB, OutputBB->end()); in replaceArgumentUses()1879 << *OutputBB << "\n"); in replaceArgumentUses()1994 BasicBlock *OutputBB = OutputBBIt->second; in findDuplicateOutputBlock() local1995 if (CompBB->size() - 1 != OutputBB->size()) { in findDuplicateOutputBlock()2000 BasicBlock::iterator NIt = OutputBB->begin(); in findDuplicateOutputBlock()2226 BasicBlock *OutputBB = VBPair.second; in createSwitchStatement() local2227 Instruction *Term = OutputBB->getTerminator(); in createSwitchStatement()2230 moveBBContents(*OutputBB, *EndBB); in createSwitchStatement()2232 OutputBB->eraseFromParent(); in createSwitchStatement()