Searched refs:findMatInsertPt (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DConstantHoisting.h172 Instruction *findMatInsertPt(Instruction *Inst, unsigned Idx = ~0U) const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp170 Instruction *ConstantHoistingPass::findMatInsertPt(Instruction *Inst, function in class:ConstantHoistingPass
317 BBs.insert(findMatInsertPt(U.Inst, U.OpndIdx)->getParent());
348 InsertPts.insert(findMatInsertPt(&FirstInst));
750 Instruction *InsertionPt = findMatInsertPt(ConstUser.Inst,
816 ConstExprInst->insertBefore(findMatInsertPt(ConstUser.Inst,
859 findMatInsertPt(U.Inst, U.OpndIdx)->getParent();

Completed in 101 milliseconds