Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDFS.h158 ILPValue getILP(const SUnit *SU) const { in getILP() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp3684 return DFSResult->getILP(A) < DFSResult->getILP(B); in operator ()()
3686 return DFSResult->getILP(A) > DFSResult->getILP(B); in operator ()()
3726 << " ILP: " << DAG->getDFSResult()->getILP(SU) in pickNode()