Home
last modified time | relevance | path

Searched refs:FirstCycle (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
DMachinePipeliner.cpp546 int FirstCycle; member in __anonfa3445320111::SMSchedule
566 FirstCycle = 0; in SMSchedule()
582 FirstCycle = 0; in reset()
592 int getFirstCycle() const { return FirstCycle; } in getFirstCycle()
595 int getFinalCycle() const { return FirstCycle + InitiationInterval - 1; } in getFinalCycle()
625 return (it->second - FirstCycle) / InitiationInterval; in stageScheduled()
633 return (it->second - FirstCycle) % InitiationInterval; in cycleScheduled()
638 return (LastCycle - FirstCycle) / InitiationInterval; in getMaxStageCount()
2170 int FirstCycle = Schedule.getFirstCycle(); in schedulePipeline() local
2171 scheduleFound = Schedule.insert(SU, FirstCycle + getASAP(SU), in schedulePipeline()
[all …]