Home
last modified time | relevance | path

Searched refs:OutputBB (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp1863 BasicBlock *OutputBB = VBBIt->second; in replaceArgumentUses() local
1864 OutputBB->getInstList().push_back(NewI); in replaceArgumentUses()
1866 << *OutputBB << "\n"); in replaceArgumentUses()
1981 BasicBlock *OutputBB = OutputBBIt->second; in findDuplicateOutputBlock() local
1982 if (CompBB->size() - 1 != OutputBB->size()) { in findDuplicateOutputBlock()
1987 BasicBlock::iterator NIt = OutputBB->begin(); in findDuplicateOutputBlock()
2214 BasicBlock *OutputBB = VBPair.second; in createSwitchStatement() local
2215 Instruction *Term = OutputBB->getTerminator(); in createSwitchStatement()
2218 moveBBContents(*OutputBB, *EndBB); in createSwitchStatement()
2220 OutputBB->eraseFromParent(); in createSwitchStatement()