Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DScheduleDFS.h159 ILPValue getILP(const SUnit *SU) const { in getILP() function
/external/llvm/lib/CodeGen/
DMachineScheduler.cpp3036 return DFSResult->getILP(A) < DFSResult->getILP(B); in operator ()()
3038 return DFSResult->getILP(A) > DFSResult->getILP(B); in operator ()()
3076 << " ILP: " << DAG->getDFSResult()->getILP(SU) in pickNode()