HomeSort by relevance Sort by last modified time
    Searched refs:OtherR (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Analysis/Analyses/
Dominators.h 65 DomTreeNode *OtherR = Other.getRootNode();
67 if (!R || !OtherR || R->getBlock() != OtherR->getBlock())
  /external/llvm/include/llvm/Analysis/
Dominators.h 762 DomTreeNode *OtherR = Other.getRootNode();
764 if (!R || !OtherR || R->getBlock() != OtherR->getBlock())

Completed in 39 milliseconds