Home | History | Annotate | Download | only in IR

Lines Matching defs:AP

522     Pass *AP = *I;
523 LastUser[AP] = P;
525 if (P == AP)
528 // Update the last users of passes that are required transitive by AP.
529 AnalysisUsage *AnUsage = findAnalysisUsage(AP);
555 // If AP is the last user of other passes then make P last user of
559 if (LUI->second == AP)
875 if (Pass *AP = findAnalysisPass(AID, true)) {
876 TimeRegion PassTimer(getPassTimer(AP));
877 AP->verifyAnalysis();