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

/openbsd-current/gnu/llvm/llvm/tools/llvm-diff/
H A Dllvm-diff.cpp48 Function *RFn = R.getFunction(Name); local
49 if (LFn && RFn)
50 Engine.diff(LFn, RFn);
51 else if (!LFn && !RFn)
/openbsd-current/gnu/llvm/llvm/tools/llvm-diff/lib/
H A DDifferenceEngine.cpp990 if (Function *RFn = R->getFunction(LFn->getName()))
991 Queue.push_back(std::make_pair(LFn, RFn));
997 const Function *RFn = &*I; local
998 StringRef Name = RFn->getName();
1005 logf("function %r exists only in right module") << RFn;

Completed in 104 milliseconds