reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/IR/LegacyPassManager.cpp
 1397       dumpPassInfo(BP, EXECUTION_MSG, ON_BASICBLOCK_MSG, BB.getName());
 1398       dumpRequiredSet(BP);
 1400       initializeAnalysisImpl(BP);
 1404         PassManagerPrettyStackEntry X(BP, BB);
 1405         TimeRegion PassTimer(getPassTimer(BP));
 1406         LocalChanged |= BP->runOnBasicBlock(BB);
 1414             emitInstrCountChangedRemark(BP, M, Delta, InstrCount,
 1424         dumpPassInfo(BP, MODIFICATION_MSG, ON_BASICBLOCK_MSG,
 1426       dumpPreservedSet(BP);
 1427       dumpUsedSet(BP);
 1429       verifyPreservedAnalysis(BP);
 1430       removeNotPreservedAnalysis(BP);
 1431       recordAvailableAnalysis(BP);
 1432       removeDeadPasses(BP, BB.getName(), ON_BASICBLOCK_MSG);