Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachinePipeliner.cpp549 int LastCycle; member in __anonfa3445320111::SMSchedule
567 LastCycle = 0; in SMSchedule()
583 LastCycle = 0; in reset()
638 return (LastCycle - FirstCycle) / InitiationInterval; in getMaxStageCount()
2228 LastCycle = Schedule.getFinalCycle(); in generatePipelinedLoop() local
2229 Cycle <= LastCycle; ++Cycle) { in generatePipelinedLoop()
3469 checkCycle <= LastCycle; checkCycle += II) { in insert()
3491 if (curCycle > LastCycle) in insert()
3492 LastCycle = curCycle; in insert()
3571 for (int cycle = getFirstCycle(); cycle <= LastCycle; ++cycle) { in computeStart()
[all …]