Home | History | Annotate | Download | only in IPO

Lines Matching full:getfunc

114   Function *getFunc() const { return Func; }
670 if (LHS.getFunc() == RHS.getFunc() &&
673 if (!LHS.getFunc() || !RHS.getFunc())
684 return FunctionComparator(LHS.getTD(), LHS.getFunc(),
685 RHS.getFunc()).compare();
826 DEBUG(dbgs() << "Inserting as unique: " << NewF.getFunc()->getName() << '\n');
833 assert(!OldF.getFunc()->mayBeOverridden() ||
834 NewF.getFunc()->mayBeOverridden());
836 DEBUG(dbgs() << " " << OldF.getFunc()->getName() << " == "
837 << NewF.getFunc()->getName() << '\n');
839 Function *DeleteF = NewF.getFunc();
841 mergeTwoFunctions(OldF.getFunc(), DeleteF);