Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DGVNHoist.cpp851 const SmallVecInsn &InstructionsToHoist, in makeGepsAvailable() argument
866 makeGepsAvailable(ClonedGep, HoistPt, InstructionsToHoist, GepOp); in makeGepsAvailable()
878 for (const Instruction *OtherInst : InstructionsToHoist) { in makeGepsAvailable()
978 const SmallVecInsn &InstructionsToHoist) const { in makeGepOperandsAvailable()
1002 makeGepsAvailable(Repl, HoistPt, InstructionsToHoist, Gep); in makeGepOperandsAvailable()
1005 makeGepsAvailable(Repl, HoistPt, InstructionsToHoist, Val); in makeGepOperandsAvailable()
1016 const SmallVecInsn &InstructionsToHoist = HP.second; in hoist() local
1018 for (Instruction *I : InstructionsToHoist) in hoist()
1037 Repl = InstructionsToHoist.front(); in hoist()
1049 if (!makeGepOperandsAvailable(Repl, DestBB, InstructionsToHoist)) in hoist()
[all …]