Lines Matching refs:SmallVecInsn
114 using SmallVecInsn = SmallVector<Instruction *, 4>; typedef
119 using HoistingPointInfo = std::pair<BasicBlock *, SmallVecInsn>;
418 const SmallVecInsn &V = Map.lookup(R); in computeInsertionPoints()
477 const SmallVecInsn &InstructionsToHoist,
484 unsigned rauw(const SmallVecInsn &Candidates, Instruction *Repl,
491 unsigned removeAndReplace(const SmallVecInsn &Candidates, Instruction *Repl,
498 const SmallVecInsn &InstructionsToHoist) const;
864 HPL.push_back({BB, SmallVecInsn()}); in findHoistableCandidates()
865 SmallVecInsn &V = HPL.back().second; in findHoistableCandidates()
908 const SmallVecInsn &InstructionsToHoist, in makeGepsAvailable()
973 unsigned GVNHoist::rauw(const SmallVecInsn &Candidates, Instruction *Repl, in rauw()
1013 unsigned GVNHoist::removeAndReplace(const SmallVecInsn &Candidates, in removeAndReplace()
1034 const SmallVecInsn &InstructionsToHoist) const { in makeGepOperandsAvailable()
1072 const SmallVecInsn &InstructionsToHoist = HP.second; in hoist()