HomeSort by relevance Sort by last modified time
    Searched refs:RLoop (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Analysis/
ScalarEvolution.cpp 526 const Loop *LLoop = LA->getLoop(), *RLoop = RA->getLoop();
527 if (LLoop != RLoop) {
529 RDepth = RLoop->getLoopDepth();
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 551 const Loop *LLoop = LA->getLoop(), *RLoop = RA->getLoop();
552 if (LLoop != RLoop) {
554 RDepth = RLoop->getLoopDepth();
    [all...]

Completed in 76 milliseconds