Searched refs:SmallVecInsn (Results 1 – 1 of 1) sorted by relevance
119 using SmallVecInsn = SmallVector<Instruction *, 4>; typedef124 using HoistingPointInfo = std::pair<BasicBlock *, SmallVecInsn>;431 const SmallVecInsn &V = Map.lookup(R); in computeInsertionPoints()490 const SmallVecInsn &InstructionsToHoist,497 unsigned rauw(const SmallVecInsn &Candidates, Instruction *Repl,504 unsigned removeAndReplace(const SmallVecInsn &Candidates, Instruction *Repl,511 const SmallVecInsn &InstructionsToHoist) const;903 HPL.push_back({BB, SmallVecInsn()}); in findHoistableCandidates()904 SmallVecInsn &V = HPL.back().second; in findHoistableCandidates()947 const SmallVecInsn &InstructionsToHoist, in makeGepsAvailable()[all …]