Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DLegacyPassManager.cpp567 unsigned PDepth = 0; in setLastUser() local
569 PDepth = P->getResolver()->getPMDataManager().getDepth(); in setLastUser()
594 if (PDepth == APDepth) in setLastUser()
596 else if (PDepth > APDepth) in setLastUser()
1049 unsigned PDepth = this->getDepth(); in add() local
1059 if (PDepth == RDepth) in add()
1061 else if (PDepth > RDepth) { in add()