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

References

lib/IR/LegacyPassManager.cpp
 1715   llvm::TimeTraceScope TimeScope("OptModule", M.getName());
 1722     Changed |= FPP->doInitialization(M);
 1727     Changed |= getContainedPass(Index)->doInitialization(M);
 1731   bool EmitICRemark = M.shouldEmitInstrCountChangedRemark();
 1734     InstrCount = initSizeRemarkInfo(M, FunctionToInstrCount);
 1740     dumpPassInfo(MP, EXECUTION_MSG, ON_MODULE_MSG, M.getModuleIdentifier());
 1746       PassManagerPrettyStackEntry X(MP, M);
 1749       LocalChanged |= MP->runOnModule(M);
 1752         unsigned ModuleCount = M.getInstructionCount();
 1756           emitInstrCountChangedRemark(MP, M, Delta, InstrCount,
 1766                    M.getModuleIdentifier());
 1773     removeDeadPasses(MP, M.getModuleIdentifier(), ON_MODULE_MSG);
 1778     Changed |= getContainedPass(Index)->doFinalization(M);
 1786     Changed |= FPP->doFinalization(M);