Lines Matching refs:InstrToCycle
2785 InstrToCycle.insert(std::make_pair(SU, curCycle)); in insert()
2811 std::map<SUnit *, int>::const_iterator it = InstrToCycle.find(PrevSU); in earliestCycleInChain()
2812 if (it == InstrToCycle.end()) in earliestCycleInChain()
2834 std::map<SUnit *, int>::const_iterator it = InstrToCycle.find(SuccSU); in latestCycleInChain()
2835 if (it == InstrToCycle.end()) in latestCycleInChain()
3135 NewLastCycle = std::max(NewLastCycle, InstrToCycle[&SU]); in normalizeNonPipelinedInstructions()
3142 NewCycle = std::max(InstrToCycle[Dep.getSUnit()], NewCycle); in normalizeNonPipelinedInstructions()
3144 int OldCycle = InstrToCycle[&SU]; in normalizeNonPipelinedInstructions()
3146 InstrToCycle[&SU] = NewCycle; in normalizeNonPipelinedInstructions()
3173 int CycleDef = InstrToCycle[&SU]; in isValidSchedule()
3180 if (InstrToCycle[SI.getSUnit()] <= CycleDef) in isValidSchedule()