Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNHoist.cpp114 using SmallVecInsn = SmallVector<Instruction *, 4>; typedef
119 using HoistingPointInfo = std::pair<BasicBlock *, SmallVecInsn>;
430 const SmallVecInsn &V = Map.lookup(R); in computeInsertionPoints()
489 const SmallVecInsn &InstructionsToHoist,
496 unsigned rauw(const SmallVecInsn &Candidates, Instruction *Repl,
876 HPL.push_back({BB, SmallVecInsn()}); in findHoistableCandidates()
877 SmallVecInsn &V = HPL.back().second; in findHoistableCandidates()
920 const SmallVecInsn &InstructionsToHoist, in makeGepsAvailable()
1017 unsigned GVNHoist::removeAndReplace(const SmallVecInsn &Candidates, in removeAndReplace()
1038 const SmallVecInsn &InstructionsToHoist) const { in makeGepOperandsAvailable()
[all …]