Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNHoist.cpp119 using SmallVecInsn = SmallVector<Instruction *, 4>; typedef
124 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,
903 HPL.push_back({BB, SmallVecInsn()}); in findHoistableCandidates()
904 SmallVecInsn &V = HPL.back().second; in findHoistableCandidates()
947 const SmallVecInsn &InstructionsToHoist, in makeGepsAvailable()
1044 unsigned GVNHoist::removeAndReplace(const SmallVecInsn &Candidates, in removeAndReplace()
1065 const SmallVecInsn &InstructionsToHoist) const { in makeGepOperandsAvailable()
[all …]