Searched refs:RFn (Results 1 – 2 of 2) sorted by relevance
48 Function *RFn = R.getFunction(Name); in diffGlobal() local49 if (LFn && RFn) in diffGlobal()50 Engine.diff(LFn, RFn); in diffGlobal()51 else if (!LFn && !RFn) in diffGlobal()
982 if (Function *RFn = R->getFunction(LFn->getName())) in diff() local983 Queue.push_back(std::make_pair(LFn, RFn)); in diff()989 const Function *RFn = &*I; in diff() local990 StringRef Name = RFn->getName(); in diff()997 logf("function %r exists only in right module") << RFn; in diff()