Searched refs:SmallVecInsn (Results 1 – 1 of 1) sorted by relevance
114 using SmallVecInsn = SmallVector<Instruction *, 4>; typedef119 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()[all …]