Home
last modified time | relevance | path

Searched refs:ImmDom (Results 1 – 2 of 2) 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()