Home
last modified time | relevance | path

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

/external/llvm/lib/VMCore/
DPassManager.cpp521 unsigned PDepth = 0; in setLastUser() local
523 PDepth = P->getResolver()->getPMDataManager().getDepth(); in setLastUser()
546 if (PDepth == APDepth) in setLastUser()
548 else if (PDepth > APDepth) in setLastUser()
968 unsigned PDepth = this->getDepth(); in add() local
981 if (PDepth == RDepth) in add()
983 else if (PDepth > RDepth) { in add()