Home | History | Annotate | Download | only in IPO

Lines Matching full:getfunc

105   Function *getFunc() const { return Func; }
662 if (LHS.getFunc() == RHS.getFunc() &&
665 if (!LHS.getFunc() || !RHS.getFunc())
676 return FunctionComparator(LHS.getTD(), LHS.getFunc(),
677 RHS.getFunc()).compare();
812 DEBUG(dbgs() << "Inserting as unique: " << NewF.getFunc()->getName() << '\n');
819 assert(!OldF.getFunc()->mayBeOverridden() ||
820 NewF.getFunc()->mayBeOverridden());
822 DEBUG(dbgs() << " " << OldF.getFunc()->getName() << " == "
823 << NewF.getFunc()->getName() << '\n');
825 Function *DeleteF = NewF.getFunc();
827 mergeTwoFunctions(OldF.getFunc(), DeleteF);