Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DIteratedDominanceFrontier.cpp72 const unsigned SuccLevel = SuccNode->getLevel(); in calculate() local
73 if (SuccLevel > RootLevel) in calculate()
86 SuccNode, std::make_pair(SuccLevel, SuccNode->getDFSNumIn()))); in calculate()
/external/llvm/lib/Analysis/
DIteratedDominanceFrontier.cpp78 unsigned SuccLevel = DomLevels.lookup(SuccNode); in calculate() local
79 if (SuccLevel > RootLevel) in calculate()
91 PQ.push(std::make_pair(SuccNode, SuccLevel)); in calculate()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DGenericDomTreeConstruction.h794 const unsigned SuccLevel = SuccTN->getLevel(); in VisitInsertion() local
797 << ", level = " << SuccLevel << "\n"); in VisitInsertion()
805 if (SuccLevel > RootLevel) { in VisitInsertion()
823 } else if ((SuccLevel > NCDLevel + 1) && in VisitInsertion()
828 II.Bucket.push({SuccLevel, SuccTN}); in VisitInsertion()
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DPromoteMemoryToRegister.cpp796 unsigned SuccLevel = DomLevels[SuccNode]; in DetermineInsertionPoint() local
797 if (SuccLevel > RootLevel) in DetermineInsertionPoint()
809 PQ.push(std::make_pair(SuccNode, SuccLevel)); in DetermineInsertionPoint()