Home
last modified time | relevance | path

Searched refs:SmallVecInsn (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DGVNHoist.cpp117 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()
[all …]