Home | History | Annotate | Download | only in IPO

Lines Matching refs:getFunc

462   Function *getFunc() const { return F; }
1393 FunctionComparator FCmp(LHS.getFunc(), RHS.getFunc(), GlobalNumbers);
1777 Function *F = FN.getFunc();
1826 if ((OldF.getFunc()->isInterposable() && !NewFunction->isInterposable()) ||
1827 (OldF.getFunc()->isInterposable() == NewFunction->isInterposable() &&
1828 OldF.getFunc()->getName() > NewFunction->getName())) {
1830 Function *F = OldF.getFunc();
1833 assert(OldF.getFunc() != F && "Must have swapped the functions.");
1836 DEBUG(dbgs() << " " << OldF.getFunc()->getName()
1840 mergeTwoFunctions(OldF.getFunc(), DeleteF);