Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DVLIWMachineScheduler.cpp146 bool startNewCycle = false; in reserveResources() local
159 startNewCycle = true; in reserveResources()
190 return startNewCycle; in reserveResources()
415 bool startNewCycle = false; in bumpNode() local
428 startNewCycle = ResourceModel->reserveResources(SU, isTop()); in bumpNode()
433 if (startNewCycle) { in bumpNode()