Searched refs:FrontendTimerGroup (Results 1 – 2 of 2) sorted by relevance
725 FrontendTimerGroup.reset( in createFrontendTimer()729 *FrontendTimerGroup)); in createFrontendTimer()1661 if (FrontendTimerGroup) in createASTReader()1664 *FrontendTimerGroup); in createASTReader()1692 if (FrontendTimerGroup) in loadModuleFile()1694 *FrontendTimerGroup); in loadModuleFile()1695 llvm::TimeRegion TimeLoading(FrontendTimerGroup ? &Timer : nullptr); in loadModuleFile()1818 if (FrontendTimerGroup) in findOrCompileModuleAndReadAST()1820 *FrontendTimerGroup); in findOrCompileModuleAndReadAST()1821 llvm::TimeRegion TimeLoading(FrontendTimerGroup ? &Timer : nullptr); in findOrCompileModuleAndReadAST()
113 std::unique_ptr<llvm::TimerGroup> FrontendTimerGroup; variable