Searched defs:OtherR (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/IR/
H A DDominators.h76 const DomTreeNode *OtherR = Other.getRootNode(); local
78 if (!R || !OtherR || R->getBlock() != OtherR->getBlock())
/external/clang/include/clang/Analysis/Analyses/
H A DDominators.h71 DomTreeNode *OtherR = Other.getRootNode(); local
73 if (!R || !OtherR || R->getBlock() != OtherR->getBlock())

Completed in 351 milliseconds