Searched refs:MatInsertPts (Results 1 – 2 of 2) sorted by relevance
165 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() local846 collectMatInsertPts(ConstInfo.RebasedConstants, MatInsertPts); in emitBaseConstants()848 findConstantInsertionPoint(ConstInfo, MatInsertPts); in emitBaseConstants()864 Instruction *MatInsertPt = MatInsertPts[MatCtr++]; in emitBaseConstants()
175 SmallVectorImpl<Instruction *> &MatInsertPts) const;179 const ArrayRef<Instruction *> MatInsertPts) const;