Searched refs:PDepth (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/VMCore/
H A DPassManager.cpp482 unsigned PDepth = 0; local
484 PDepth = P->getResolver()->getPMDataManager().getDepth();
507 if (PDepth == APDepth)
509 else if (PDepth > APDepth)
974 unsigned PDepth = this->getDepth(); local
987 if (PDepth == RDepth)
989 else if (PDepth > RDepth) {

Completed in 58 milliseconds