Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h306 void checkValidNodeOrder(const NodeSetType &Circuits) const;
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp581 checkValidNodeOrder(Circuits); in schedule()
2766 void SwingSchedulerDAG::checkValidNodeOrder(const NodeSetType &Circuits) const { in checkValidNodeOrder() function in SwingSchedulerDAG