Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
DScheduleDFS.h161 ILPValue getILP(const SUnit *SU) const { in getILP() function
/freebsd-10-stable/contrib/llvm/lib/CodeGen/
DMachineScheduler.cpp2884 return DFSResult->getILP(A) < DFSResult->getILP(B); in operator ()()
2886 return DFSResult->getILP(A) > DFSResult->getILP(B); in operator ()()
2923 << " ILP: " << DAG->getDFSResult()->getILP(SU) in pickNode()