Lines Matching refs:SmallVecInsn
117 using SmallVecInsn = SmallVector<Instruction *, 4>; typedef
122 using HoistingPointInfo = std::pair<BasicBlock *, SmallVecInsn>;
433 const SmallVecInsn &V = Map.lookup(R); in computeInsertionPoints()
492 const SmallVecInsn &InstructionsToHoist,
499 unsigned rauw(const SmallVecInsn &Candidates, Instruction *Repl,
506 unsigned removeAndReplace(const SmallVecInsn &Candidates, Instruction *Repl,
513 const SmallVecInsn &InstructionsToHoist) const;
907 HPL.push_back({BB, SmallVecInsn()}); in findHoistableCandidates()
908 SmallVecInsn &V = HPL.back().second; in findHoistableCandidates()
951 const SmallVecInsn &InstructionsToHoist, in makeGepsAvailable()
1008 unsigned GVNHoist::rauw(const SmallVecInsn &Candidates, Instruction *Repl, in rauw()
1048 unsigned GVNHoist::removeAndReplace(const SmallVecInsn &Candidates, in removeAndReplace()
1069 const SmallVecInsn &InstructionsToHoist) const { in makeGepOperandsAvailable()
1107 const SmallVecInsn &InstructionsToHoist = HP.second; in hoist()