Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLocal.h487 void hoistAllInstructionsInto(BasicBlock *DomBlock, Instruction *InsertPt,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp3617 void llvm::hoistAllInstructionsInto(BasicBlock *DomBlock, Instruction *InsertPt, in hoistAllInstructionsInto() function in llvm
H A DSimplifyCFG.cpp3638 hoistAllInstructionsInto(DomBlock, DomBI, IfBlock); in FoldTwoEntryPHINode()