Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DLegacyPassManager.cpp568 unsigned PDepth = 0; in setLastUser() local
570 PDepth = P->getResolver()->getPMDataManager().getDepth(); in setLastUser()
595 if (PDepth == APDepth) in setLastUser()
597 else if (PDepth > APDepth) in setLastUser()
1048 unsigned PDepth = this->getDepth(); in add() local
1058 if (PDepth == RDepth) in add()
1060 else if (PDepth > RDepth) { in add()