Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DLegacyPassManager.cpp503 unsigned PDepth = 0; in setLastUser() local
505 PDepth = P->getResolver()->getPMDataManager().getDepth(); in setLastUser()
525 if (PDepth == APDepth) in setLastUser()
527 else if (PDepth > APDepth) in setLastUser()
997 unsigned PDepth = this->getDepth(); in add() local
1007 if (PDepth == RDepth) in add()
1009 else if (PDepth > RDepth) { in add()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DPassManager.cpp520 unsigned PDepth = 0; in setLastUser() local
522 PDepth = P->getResolver()->getPMDataManager().getDepth(); in setLastUser()
545 if (PDepth == APDepth) in setLastUser()
547 else if (PDepth > APDepth) in setLastUser()
967 unsigned PDepth = this->getDepth(); in add() local
980 if (PDepth == RDepth) in add()
982 else if (PDepth > RDepth) { in add()