Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DDominatorInternals.h264 typename GraphT::NodeType* ImmDom = DT.getIDom(W); in Calculate() local
266 assert(ImmDom || DT.DomTreeNodes[NULL]); in Calculate()
270 DT.getNodeForBlock(ImmDom); in Calculate()
/external/llvm/include/llvm/Support/
DGenericDomTreeConstruction.h266 typename GraphT::NodeType* ImmDom = DT.getIDom(W); in Calculate() local
268 assert(ImmDom || DT.DomTreeNodes[nullptr]); in Calculate()
272 DT.getNodeForBlock(ImmDom); in Calculate()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DGenericDomTreeConstruction.h597 NodePtr ImmDom = getIDom(W); in attachNewSubtree() local
600 TreeNodePtr IDomNode = getNodeForBlock(ImmDom, DT); in attachNewSubtree()