Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/tools/llvm-diff/
H A Dllvm-diff.cpp48 Function *RFn = R.getFunction(Name); in diffGlobal() local
49 if (LFn && RFn) in diffGlobal()
50 Engine.diff(LFn, RFn); in diffGlobal()
51 else if (!LFn && !RFn) in diffGlobal()
/src/contrib/llvm-project/llvm/tools/llvm-diff/lib/
H A DDifferenceEngine.cpp982 if (Function *RFn = R->getFunction(LFn->getName())) in diff() local
983 Queue.push_back(std::make_pair(LFn, RFn)); in diff()
989 const Function *RFn = &*I; in diff() local
990 StringRef Name = RFn->getName(); in diff()
997 logf("function %r exists only in right module") << RFn; in diff()