Home | History | Annotate | Download | only in IR

Lines Matching defs:AP

510     Pass *AP = *I;
511 LastUser[AP] = P;
513 if (P == AP)
516 // Update the last users of passes that are required transitive by AP.
517 AnalysisUsage *AnUsage = findAnalysisUsage(AP);
543 // If AP is the last user of other passes then make P last user of
547 if (LUI->second == AP)
863 if (Pass *AP = findAnalysisPass(AID, true)) {
864 TimeRegion PassTimer(getPassTimer(AP));
865 AP->verifyAnalysis();