Searched refs:FoldableInstrs (Results 1 – 1 of 1) sorted by relevance
40 DenseMap<MachineInstr *, int64_t> &FoldableInstrs);92 DenseMap<MachineInstr *, int64_t> &FoldableInstrs) { in foldOffset() argument209 FoldableInstrs[&User] = CombinedOffset; in foldOffset()263 DenseMap<MachineInstr *, int64_t> FoldableInstrs; in runOnMachineFunction() local265 if (!foldOffset(MI.getOperand(0).getReg(), Offset, MRI, FoldableInstrs)) in runOnMachineFunction()268 if (FoldableInstrs.empty()) in runOnMachineFunction()273 for (auto [MemMI, NewOffset] : FoldableInstrs) in runOnMachineFunction()