Searched refs:DomBlock (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/Transforms/Utils/ |
| H A D | Local.h | 461 void hoistAllInstructionsInto(BasicBlock *DomBlock, Instruction *InsertPt,
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyCFG.cpp | 2345 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 D | Local.cpp | 2529 void llvm::hoistAllInstructionsInto(BasicBlock *DomBlock, Instruction *InsertPt, in hoistAllInstructionsInto() argument 2565 DomBlock->getInstList().splice(InsertPt->getIterator(), BB->getInstList(), in hoistAllInstructionsInto()
|