Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp165 SmallVectorImpl<Instruction *> &MatInsertPts) const { in collectMatInsertPts()
168 MatInsertPts.emplace_back(findMatInsertPt(U.Inst, U.OpndIdx)); in collectMatInsertPts()
319 const ArrayRef<Instruction *> MatInsertPts) const { in findConstantInsertionPoint()
325 for (Instruction *MatInsertPt : MatInsertPts) in findConstantInsertionPoint()
845 SmallVector<Instruction *, 4> MatInsertPts; in emitBaseConstants() local
846 collectMatInsertPts(ConstInfo.RebasedConstants, MatInsertPts); in emitBaseConstants()
848 findConstantInsertionPoint(ConstInfo, MatInsertPts); in emitBaseConstants()
864 Instruction *MatInsertPt = MatInsertPts[MatCtr++]; in emitBaseConstants()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DConstantHoisting.h175 SmallVectorImpl<Instruction *> &MatInsertPts) const;
179 const ArrayRef<Instruction *> MatInsertPts) const;