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