Searched refs:RFn (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/tools/llvm-diff/
H A Dllvm-diff.cpp51 Function *RFn = R->getFunction(Name); local
52 if (LFn && RFn)
53 Engine.diff(LFn, RFn);
54 else if (!LFn && !RFn)
H A DDifferenceEngine.cpp663 if (Function *RFn = R->getFunction(LFn->getName()))
664 Queue.push_back(std::make_pair(LFn, RFn));
670 Function *RFn = &*I; local
671 if (!LNames.count(RFn->getName()))
672 logf("function %r exists only in right module") << RFn;

Completed in 114 milliseconds