Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DModuloSchedule.h127 int getFirstCycle() { return Cycle[ScheduledInstrs.front()]; } in getFirstCycle() function
H A DMachinePipeliner.h543 int getFirstCycle() const { return FirstCycle; } in getFirstCycle() function
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp614 for (int Cycle = Schedule.getFirstCycle(); Cycle <= Schedule.getFinalCycle(); in schedule()
2070 int FirstCycle = Schedule.getFirstCycle(); in schedulePipeline()
2476 for (int cycle = getFirstCycle(); cycle <= LastCycle; ++cycle) { in computeStart()
2751 int NewCycle = getFirstCycle(); in normalizeNonPipelinedInstructions()
2951 for (int cycle = getFirstCycle(); cycle <= getFinalCycle(); ++cycle) { in finalizeSchedule()
2973 for (int Cycle = getFirstCycle(), E = getFinalCycle(); Cycle <= E; ++Cycle) { in finalizeSchedule()
3006 for (int cycle = getFirstCycle(); cycle <= getFinalCycle(); ++cycle) { in print()