Home
last modified time | relevance | path

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

/external/clang/include/clang/Analysis/Analyses/
DDominators.h69 DomTreeNode *OtherR = Other.getRootNode(); in compare() local
71 if (!R || !OtherR || R->getBlock() != OtherR->getBlock()) in compare()
/external/llvm/include/llvm/CodeGen/
DMachineDominators.h249 const MachineDomTreeNode *OtherR = Other.getRootNode(); in compare() local
251 if (!R || !OtherR || R->getBlock() != OtherR->getBlock()) in compare()
/external/llvm/include/llvm/IR/
DDominators.h116 const DomTreeNode *OtherR = Other.getRootNode();
118 if (!R || !OtherR || R->getBlock() != OtherR->getBlock())
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DDominators.h725 DomTreeNode *OtherR = Other.getRootNode(); in compare() local
727 if (!R || !OtherR || R->getBlock() != OtherR->getBlock()) in compare()