Home | History | Annotate | Download | only in complete

Lines Matching defs:PF

901       Function *PF = CurrentModule->getFunction(FnName);
902 if (PF && !PF->empty()) {
908 if (!PF)
909 PF = Function::Create(F->getFunctionType(),
913 return PF;