Searched refs:InstsWCommonBase (Results 1 – 1 of 1) sorted by relevance
2153 SmallVector<std::pair<MachineInstr *, int64_t>, 4> InstsWCommonBase; in promoteConstantOffsetToImm() local2185 InstsWCommonBase.emplace_back(&MINext, MAddrNext.Offset); in promoteConstantOffsetToImm()2212 for (auto [OtherMI, OtherOffset] : InstsWCommonBase) { in promoteConstantOffsetToImm()