Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DGVNHoist.cpp119 using SmallVecInsn = SmallVector<Instruction *, 4>; typedef
124 using HoistingPointInfo = std::pair<BasicBlock *, SmallVecInsn>;
724 HPL.push_back({BB, SmallVecInsn()}); in findHoistableCandidates()
725 SmallVecInsn &V = HPL.back().second; in findHoistableCandidates()
770 const SmallVecInsn &V = Map.lookup(R); in computeInsertionPoints()
851 const SmallVecInsn &InstructionsToHoist, in makeGepsAvailable()
914 unsigned rauw(const SmallVecInsn &Candidates, Instruction *Repl, in rauw()
956 unsigned removeAndReplace(const SmallVecInsn &Candidates, Instruction *Repl, in removeAndReplace()
978 const SmallVecInsn &InstructionsToHoist) const { in makeGepOperandsAvailable()
1016 const SmallVecInsn &InstructionsToHoist = HP.second; in hoist()