Lines Matching defs:PL
4043 auto PL = types::getCompilationPhases(InputType);
4044 LastPLSize = PL.size();
4048 phases::ID InitialPhase = PL[0];
4176 auto PL = types::getCompilationPhases(*this, Args, InputType);
4177 if (PL.empty())
4191 for (phases::ID Phase : PL) {
4196 Current, InputArg, Phase, PL.back(), FullPL);
4202 assert(Phase == PL.back() && "linking must be final compilation step.");
4218 assert(Phase == PL.back() && "merging must be final compilation step.");
4627 auto PL = types::getCompilationPhases(*this, Args, InputType);
4629 for (phases::ID Phase : PL) {
4631 assert(Phase == PL.back() && "linking must be final compilation step.");