Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp3130 for (int checkCycle = FirstCycle + ((curCycle - FirstCycle) % II); in insert() local
3131 checkCycle <= LastCycle; checkCycle += II) { in insert()
3132 std::deque<SUnit *> &cycleInstrs = ScheduledInstrs[checkCycle]; in insert()