Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DLocal.h428 void hoistAllInstructionsInto(BasicBlock *DomBlock, Instruction *InsertPt,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2833 hoistAllInstructionsInto(DomBlock, InsertPt, IfBlock1); in FoldTwoEntryPHINode()
2835 hoistAllInstructionsInto(DomBlock, InsertPt, IfBlock2); in FoldTwoEntryPHINode()
H A DLocal.cpp2784 void llvm::hoistAllInstructionsInto(BasicBlock *DomBlock, Instruction *InsertPt, in hoistAllInstructionsInto() function in llvm