Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLegacyPassManager.cpp556 unsigned PDepth = 0; in setLastUser() local
558 PDepth = P->getResolver()->getPMDataManager().getDepth(); in setLastUser()
583 if (PDepth == APDepth) in setLastUser()
585 else if (PDepth > APDepth) in setLastUser()
1006 unsigned PDepth = this->getDepth(); in add() local
1016 if (PDepth == RDepth) in add()
1018 else if (PDepth > RDepth) { in add()