Home | History | Annotate | Download | only in cached

Lines Matching refs:PF

832       Function *PF = OpenModule->getFunction(FnName);
833 if (PF && !PF->empty()) {
839 if (!PF)
840 PF = Function::Create(F->getFunctionType(),
844 return PF;