Lines Matching refs:InstructionsToHoist
492 const SmallVecInsn &InstructionsToHoist,
513 const SmallVecInsn &InstructionsToHoist) const;
951 const SmallVecInsn &InstructionsToHoist, in makeGepsAvailable() argument
965 makeGepsAvailable(ClonedGep, HoistPt, InstructionsToHoist, GepOp); in makeGepsAvailable()
977 for (const Instruction *OtherInst : InstructionsToHoist) { in makeGepsAvailable()
1069 const SmallVecInsn &InstructionsToHoist) const { in makeGepOperandsAvailable()
1093 makeGepsAvailable(Repl, HoistPt, InstructionsToHoist, Gep); in makeGepOperandsAvailable()
1096 makeGepsAvailable(Repl, HoistPt, InstructionsToHoist, Val); in makeGepOperandsAvailable()
1107 const SmallVecInsn &InstructionsToHoist = HP.second; in hoist() local
1109 for (Instruction *I : InstructionsToHoist) in hoist()
1128 Repl = InstructionsToHoist.front(); in hoist()
1140 if (!makeGepOperandsAvailable(Repl, DestBB, InstructionsToHoist)) in hoist()
1154 NR += removeAndReplace(InstructionsToHoist, Repl, DestBB, MoveAccess); in hoist()