Searched refs:RFn (Results 1 – 2 of 2) sorted by relevance
50 Function *RFn = R.getFunction(Name); in diffGlobal() local51 if (LFn && RFn) in diffGlobal()52 Engine.diff(LFn, RFn); in diffGlobal()53 else if (!LFn && !RFn) in diffGlobal()
659 if (Function *RFn = R->getFunction(LFn->getName())) in diff() local660 Queue.push_back(std::make_pair(LFn, RFn)); in diff()666 Function *RFn = &*I; in diff() local667 if (!LNames.count(RFn->getName())) in diff()668 logf("function %r exists only in right module") << RFn; in diff()