Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLocal.h427 void hoistAllInstructionsInto(BasicBlock *DomBlock, Instruction *InsertPt,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2741 BasicBlock *DomBlock = DomBI->getParent(); in FoldTwoEntryPHINode() local
2878 hoistAllInstructionsInto(DomBlock, DomBI, IfBlock); in FoldTwoEntryPHINode()
2904 Updates.push_back({DominatorTree::Insert, DomBlock, BB}); in FoldTwoEntryPHINode()
2905 for (auto *Successor : successors(DomBlock)) in FoldTwoEntryPHINode()
2906 Updates.push_back({DominatorTree::Delete, DomBlock, Successor}); in FoldTwoEntryPHINode()
H A DLocal.cpp2799 void llvm::hoistAllInstructionsInto(BasicBlock *DomBlock, Instruction *InsertPt, in hoistAllInstructionsInto() argument
2836 DomBlock->getInstList().splice(InsertPt->getIterator(), BB->getInstList(), in hoistAllInstructionsInto()