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

/external/llvm/lib/IR/
H A DLegacyPassManager.cpp510 unsigned PDepth = 0; local
512 PDepth = P->getResolver()->getPMDataManager().getDepth();
535 if (PDepth == APDepth)
537 else if (PDepth > APDepth)
1007 unsigned PDepth = this->getDepth(); local
1020 if (PDepth == RDepth)
1022 else if (PDepth > RDepth) {

Completed in 65 milliseconds