Searched refs:DomBlock (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/ |
| H A D | Local.h | 442 void hoistAllInstructionsInto(BasicBlock *DomBlock, Instruction *InsertPt,
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyCFG.cpp | 3320 BasicBlock *DomBlock = DomBI->getParent(); in FoldTwoEntryPHINode() local 3456 hoistAllInstructionsInto(DomBlock, DomBI, IfBlock); in FoldTwoEntryPHINode() 3482 Updates.push_back({DominatorTree::Insert, DomBlock, BB}); in FoldTwoEntryPHINode() 3483 for (auto *Successor : successors(DomBlock)) in FoldTwoEntryPHINode() 3484 Updates.push_back({DominatorTree::Delete, DomBlock, Successor}); in FoldTwoEntryPHINode()
|
| H A D | Local.cpp | 2947 void llvm::hoistAllInstructionsInto(BasicBlock *DomBlock, Instruction *InsertPt, in hoistAllInstructionsInto() argument 2984 DomBlock->splice(InsertPt->getIterator(), BB, BB->begin(), in hoistAllInstructionsInto()
|