Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Utils/
H A DLocal.h461 void hoistAllInstructionsInto(BasicBlock *DomBlock, Instruction *InsertPt,
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2345 BasicBlock *DomBlock = nullptr; in FoldTwoEntryPHINode() local
2351 DomBlock = *pred_begin(IfBlock1); in FoldTwoEntryPHINode()
2364 DomBlock = *pred_begin(IfBlock2); in FoldTwoEntryPHINode()
2380 Instruction *InsertPt = DomBlock->getTerminator(); in FoldTwoEntryPHINode()
2386 hoistAllInstructionsInto(DomBlock, InsertPt, IfBlock1); in FoldTwoEntryPHINode()
2388 hoistAllInstructionsInto(DomBlock, InsertPt, IfBlock2); in FoldTwoEntryPHINode()
2404 Instruction *OldTI = DomBlock->getTerminator(); in FoldTwoEntryPHINode()
H A DLocal.cpp2529 void llvm::hoistAllInstructionsInto(BasicBlock *DomBlock, Instruction *InsertPt, in hoistAllInstructionsInto() argument
2565 DomBlock->getInstList().splice(InsertPt->getIterator(), BB->getInstList(), in hoistAllInstructionsInto()