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

/freebsd-10.0-release/contrib/llvm/lib/IR/
H A DPassManager.cpp504 unsigned PDepth = 0; local
506 PDepth = P->getResolver()->getPMDataManager().getDepth();
529 if (PDepth == APDepth)
531 else if (PDepth > APDepth)
994 unsigned PDepth = this->getDepth(); local
1007 if (PDepth == RDepth)
1009 else if (PDepth > RDepth) {

Completed in 161 milliseconds