Lines Matching defs:PF
870 for (const auto *PF : Parser.getSeenPatFrags()) {
871 PF->print(OS, /*Indent=*/" ");
1639 const auto &PF = PFP.getPatFrag();
1645 if (PF.num_out_params() != 0) {
1654 assert(PF.num_roots() == 1);
1676 unsigned PIdx = PF.getParamIdx(ParamName);
1694 StringRef PFName = PF.getName();
1712 const auto &FragAlt = PF.getAlternative(Alts.lookup(&PFP));
1720 for (const auto &[Idx, InOp] : enumerate(PF.out_params())) {
1748 IP->reportUnreachable(PF.getLoc());