Home | History | Annotate | Download | only in initial

Lines Matching refs:PF

733       Function *PF = OpenModule->getFunction(FnName);
734 if (PF && !PF->empty()) {
740 if (!PF)
741 PF = Function::Create(F->getFunctionType(),
745 return PF;