Searched refs:DomBlock (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/ |
| H A D | Local.h | 428 void hoistAllInstructionsInto(BasicBlock *DomBlock, Instruction *InsertPt,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyCFG.cpp | 2789 BasicBlock *DomBlock = nullptr; in FoldTwoEntryPHINode() local 2795 DomBlock = *pred_begin(IfBlock1); in FoldTwoEntryPHINode() 2809 DomBlock = *pred_begin(IfBlock2); in FoldTwoEntryPHINode() 2819 assert(DomBlock && "Failed to find root DomBlock"); in FoldTwoEntryPHINode() 2827 Instruction *InsertPt = DomBlock->getTerminator(); in FoldTwoEntryPHINode() 2833 hoistAllInstructionsInto(DomBlock, InsertPt, IfBlock1); in FoldTwoEntryPHINode() 2835 hoistAllInstructionsInto(DomBlock, InsertPt, IfBlock2); in FoldTwoEntryPHINode() 2856 Instruction *OldTI = DomBlock->getTerminator(); in FoldTwoEntryPHINode() 2862 Updates.push_back({DominatorTree::Insert, DomBlock, BB}); in FoldTwoEntryPHINode() 2863 for (auto *Successor : successors(DomBlock)) in FoldTwoEntryPHINode() [all …]
|
| H A D | Local.cpp | 2784 void llvm::hoistAllInstructionsInto(BasicBlock *DomBlock, Instruction *InsertPt, in hoistAllInstructionsInto() argument 2827 DomBlock->getInstList().splice(InsertPt->getIterator(), BB->getInstList(), in hoistAllInstructionsInto()
|