Home | History | Annotate | Download | only in IPO

Lines Matching refs:getFunc

105   Function *getFunc() const { return Func; }
664 if (LHS.getFunc() == RHS.getFunc() &&
667 if (!LHS.getFunc() || !RHS.getFunc())
678 return FunctionComparator(LHS.getTD(), LHS.getFunc(),
679 RHS.getFunc()).compare();
814 DEBUG(dbgs() << "Inserting as unique: " << NewF.getFunc()->getName() << '\n');
821 assert(!OldF.getFunc()->mayBeOverridden() ||
822 NewF.getFunc()->mayBeOverridden());
824 DEBUG(dbgs() << " " << OldF.getFunc()->getName() << " == "
825 << NewF.getFunc()->getName() << '\n');
827 Function *DeleteF = NewF.getFunc();
829 mergeTwoFunctions(OldF.getFunc(), DeleteF);