Lines Matching defs:getFunc
180 Function *getFunc() const { return F; }
217 FunctionComparator FCmp(LHS.getFunc(), RHS.getFunc(), GlobalNumbers);
970 Function *F = FN.getFunc();
1021 if (!isFuncOrderCorrect(OldF.getFunc(), NewFunction)) {
1023 Function *F = OldF.getFunc();
1026 assert(OldF.getFunc() != F && "Must have swapped the functions.");
1029 LLVM_DEBUG(dbgs() << " " << OldF.getFunc()->getName()
1033 mergeTwoFunctions(OldF.getFunc(), DeleteF);
1034 this->DelToNewMap.insert({DeleteF, OldF.getFunc()});