Home | History | Annotate | Download | only in complete

Lines Matching refs:PF

995       Function *PF = CurrentModule->getFunction(FnName);
996 if (PF && !PF->empty()) {
1002 if (!PF)
1003 PF = Function::Create(F->getFunctionType(),
1007 return PF;