Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DLegacyPassManager.cpp506 unsigned PDepth = 0; in setLastUser() local
508 PDepth = P->getResolver()->getPMDataManager().getDepth(); in setLastUser()
529 if (PDepth == APDepth) in setLastUser()
531 else if (PDepth > APDepth) in setLastUser()
1008 unsigned PDepth = this->getDepth(); in add() local
1018 if (PDepth == RDepth) in add()
1020 else if (PDepth > RDepth) { in add()