Lines Matching refs:InstructionsToHoist
477 const SmallVecInsn &InstructionsToHoist,
498 const SmallVecInsn &InstructionsToHoist) const;
908 const SmallVecInsn &InstructionsToHoist, in makeGepsAvailable() argument
922 makeGepsAvailable(ClonedGep, HoistPt, InstructionsToHoist, GepOp); in makeGepsAvailable()
934 for (const Instruction *OtherInst : InstructionsToHoist) { in makeGepsAvailable()
1034 const SmallVecInsn &InstructionsToHoist) const { in makeGepOperandsAvailable()
1058 makeGepsAvailable(Repl, HoistPt, InstructionsToHoist, Gep); in makeGepOperandsAvailable()
1061 makeGepsAvailable(Repl, HoistPt, InstructionsToHoist, Val); in makeGepOperandsAvailable()
1072 const SmallVecInsn &InstructionsToHoist = HP.second; in hoist() local
1074 for (Instruction *I : InstructionsToHoist) in hoist()
1093 Repl = InstructionsToHoist.front(); in hoist()
1105 if (!makeGepOperandsAvailable(Repl, DestBB, InstructionsToHoist)) in hoist()
1119 NR += removeAndReplace(InstructionsToHoist, Repl, DestBB, MoveAccess); in hoist()