Searched defs:FirstCycle (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/include/llvm/CodeGen/ | ||
H A D | MachinePipeliner.h | 549 int FirstCycle = 0; global() variable |
/llvm-project/llvm/lib/CodeGen/ | ||
H A D | MachineScheduler.cpp | 1009 const unsigned FirstCycle = getSUnit(&*(std::begin(*this)))->TopReadyCycle; dumpScheduleTraceTopDown() local |
H A D | MachinePipeliner.cpp | 2496 int FirstCycle = Schedule.getFirstCycle(); schedulePipeline() local |