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

  /external/llvm/lib/IR/
LegacyPassManager.cpp 503 unsigned PDepth = 0;
505 PDepth = P->getResolver()->getPMDataManager().getDepth();
525 if (PDepth == APDepth)
527 else if (PDepth > APDepth)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
PassManager.cpp 520 unsigned PDepth = 0;
522 PDepth = P->getResolver()->getPMDataManager().getDepth();
545 if (PDepth == APDepth)
547 else if (PDepth > APDepth)
967 unsigned PDepth = this->getDepth();
    [all...]

Completed in 1265 milliseconds