Lines Matching defs:PF
867 for (const auto *PF : Parser.getSeenPatFrags()) {
868 PF->print(OS, /*Indent=*/" ");
1702 const auto &PF = PFP.getPatFrag();
1708 if (PF.num_out_params() != 0) {
1717 assert(PF.num_roots() == 1);
1739 unsigned PIdx = PF.getParamIdx(ParamName);
1757 StringRef PFName = PF.getName();
1775 const auto &FragAlt = PF.getAlternative(Alts.lookup(&PFP));
1783 for (const auto &[Idx, InOp] : enumerate(PF.out_params())) {
1811 IP->reportUnreachable(PF.getLoc());