Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h304 void checkValidNodeOrder(const NodeSetType &Circuits) const;
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp561 checkValidNodeOrder(Circuits); in schedule()
2808 void SwingSchedulerDAG::checkValidNodeOrder(const NodeSetType &Circuits) const { in checkValidNodeOrder() function in SwingSchedulerDAG