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

  /external/llvm/tools/llvm-diff/
llvm-diff.cpp 49 Function *RFn = R->getFunction(Name);
50 if (LFn && RFn)
51 Engine.diff(LFn, RFn);
52 else if (!LFn && !RFn)
DifferenceEngine.cpp 659 if (Function *RFn = R->getFunction(LFn->getName()))
660 Queue.push_back(std::make_pair(LFn, RFn));
666 Function *RFn = &*I;
667 if (!LNames.count(RFn->getName()))
668 logf("function %r exists only in right module") << RFn;

Completed in 64 milliseconds