Searched refs:hoistAllInstructionsInto (Results 1 – 3 of 3) sorted by relevance
428 void hoistAllInstructionsInto(BasicBlock *DomBlock, Instruction *InsertPt,
2833 hoistAllInstructionsInto(DomBlock, InsertPt, IfBlock1); in FoldTwoEntryPHINode()2835 hoistAllInstructionsInto(DomBlock, InsertPt, IfBlock2); in FoldTwoEntryPHINode()
2784 void llvm::hoistAllInstructionsInto(BasicBlock *DomBlock, Instruction *InsertPt, in hoistAllInstructionsInto() function in llvm