HomeSort by: relevance | last modified time | path
    Searched defs:LDepth (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
GCNILPSched.cpp 148 int LDepth = left->getDepth();
150 if (LDepth != RDepth) {
152 << ") depth " << LDepth << " vs SU (" << right->NodeNum
154 return LDepth < RDepth ? 1 : -1;
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
ScalarEvolution.cpp 661 unsigned LDepth = LI->getLoopDepth(LParent),
663 if (LDepth != RDepth)
664 return (int)LDepth - (int)RDepth;

Completed in 22 milliseconds