Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DScheduleDFS.h158 ILPValue getILP(const SUnit *SU) const { in getILP() function
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineScheduler.cpp3683 return DFSResult->getILP(A) < DFSResult->getILP(B); in operator ()()
3685 return DFSResult->getILP(A) > DFSResult->getILP(B); in operator ()()
3725 << " ILP: " << DAG->getDFSResult()->getILP(SU) in pickNode()