Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h549 unsigned getCurCycle() const { in getCurCycle() function
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp1905 return Picker.HasReadyFilter && Picker.isReady(U, getCurCycle()); in isReady()
2478 if ((int)SPQ->getCurCycle() < Height) return true; in BUHasStall()