Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp171 Instruction *ConstantHoistingPass::findMatInsertPt(Instruction *Inst, in findMatInsertPt() function in ConstantHoistingPass
324 BBs.insert(findMatInsertPt(U.Inst, U.OpndIdx)->getParent()); in findConstantInsertionPoint()
355 InsertPts.insert(findMatInsertPt(&FirstInst)); in findConstantInsertionPoint()
766 Instruction *InsertionPt = findMatInsertPt(ConstUser.Inst, in emitBaseConstants()
831 findMatInsertPt(ConstUser.Inst, ConstUser.OpndIdx)); in emitBaseConstants()
874 findMatInsertPt(U.Inst, U.OpndIdx)->getParent(); in emitBaseConstants()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Scalar/
H A DConstantHoisting.h171 Instruction *findMatInsertPt(Instruction *Inst, unsigned Idx = ~0U) const;