Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DIteratedDominanceFrontier.cpp48 DomTreeNodePair RootPair = PQ.top(); in calculate() local
50 DomTreeNode *Root = RootPair.first; in calculate()
51 unsigned RootLevel = RootPair.second; in calculate()
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DPromoteMemoryToRegister.cpp770 DomTreeNodePair RootPair = PQ.top(); in DetermineInsertionPoint() local
772 DomTreeNode *Root = RootPair.first; in DetermineInsertionPoint()
773 unsigned RootLevel = RootPair.second; in DetermineInsertionPoint()