Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DConstantHoisting.h176 Instruction *findMatInsertPt(Instruction *Inst, unsigned Idx = ~0U) const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp168 MatInsertPts.emplace_back(findMatInsertPt(U.Inst, U.OpndIdx)); in collectMatInsertPts()
172 Instruction *ConstantHoistingPass::findMatInsertPt(Instruction *Inst, in findMatInsertPt() function in ConstantHoistingPass
353 InsertPts.insert(findMatInsertPt(&FirstInst)); in findConstantInsertionPoint()