Home
last modified time | relevance | path

Searched refs:OtherR (Results 1 – 2 of 2) 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/IR/
DDominators.h88 const DomTreeNode *OtherR = Other.getRootNode(); in compare() local
90 if (!R || !OtherR || R->getBlock() != OtherR->getBlock()) in compare()