Searched refs:LFn (Results 1 – 3 of 3) sorted by relevance
47 Function *LFn = L.getFunction(Name); in diffGlobal() local49 if (LFn && RFn) in diffGlobal()50 Engine.diff(LFn, RFn); in diffGlobal()51 else if (!LFn && !RFn) in diffGlobal()53 else if (!LFn) in diffGlobal()
973 const Function *LFn = &*I; in diff() local974 StringRef Name = LFn->getName(); in diff()982 if (Function *RFn = R->getFunction(LFn->getName())) in diff()983 Queue.push_back(std::make_pair(LFn, RFn)); in diff()985 logf("function %l exists only in left module") << LFn; in diff()
12603 const FunctionType *LFn = LCanPointeeTy->getAs<FunctionType>(); in CheckCompareOperands() local12605 bool LHSHasCFIUncheckedCallee = LFn && LFn->getCFIUncheckedCalleeAttr(); in CheckCompareOperands()