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.cpp566 unsigned PDepth = 0; in setLastUser() local
568 PDepth = P->getResolver()->getPMDataManager().getDepth(); in setLastUser()
593 if (PDepth == APDepth) in setLastUser()
595 else if (PDepth > APDepth) in setLastUser()
1045 unsigned PDepth = this->getDepth(); in add() local
1055 if (PDepth == RDepth) in add()
1057 else if (PDepth > RDepth) { in add()