Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:OldF

202     auto *OldF = cast<llvm::Function>(Entry);
216 OldF->replaceAllUsesWith(Replacement);
219 OldF->getParent()->getFunctionList().insertAfter(OldF, NewF);
221 OldF->eraseFromParent();