Searched refs:InstrChanges (Results 1 – 4 of 4) sorted by relevance
189 InstrChangesTy InstrChanges; variable266 LiveIntervals &LIS, InstrChangesTy InstrChanges) in ModuloScheduleExpander() argument269 InstrChanges(std::move(InstrChanges)) {} in ModuloScheduleExpander()
316 DenseMap<SUnit *, std::pair<Register, int64_t>> InstrChanges; variable431 InstrChanges.find(SU); in getInstrBaseReg()432 if (It != InstrChanges.end()) in getInstrBaseReg()
865 NewInstrChanges[KV.first] = InstrChanges[getSUnit(KV.first)]; in schedule()1328 InstrChanges[&I] = std::make_pair(NewBase, NewOffset); in changeDependences()2966 InstrChanges.find(SU); in applyInstrChange()2967 if (It != InstrChanges.end()) { in applyInstrChange()3735 InstrChanges.find(SU); in fixupRegisterOverlaps()3736 if (It != InstrChanges.end()) { in fixupRegisterOverlaps()
1030 auto It = InstrChanges.find(OldMI); in cloneAndChangeInstr()1031 if (It != InstrChanges.end()) { in cloneAndChangeInstr()