Searched refs:FrontendTimerGroup (Results 1 – 2 of 2) sorted by relevance
671 FrontendTimerGroup.reset( in createFrontendTimer()675 *FrontendTimerGroup)); in createFrontendTimer()1505 if (FrontendTimerGroup) in createASTReader()1508 *FrontendTimerGroup); in createASTReader()1536 if (FrontendTimerGroup) in loadModuleFile()1538 *FrontendTimerGroup); in loadModuleFile()1539 llvm::TimeRegion TimeLoading(FrontendTimerGroup ? &Timer : nullptr); in loadModuleFile()1707 if (FrontendTimerGroup) in findOrCompileModuleAndReadAST()1709 *FrontendTimerGroup); in findOrCompileModuleAndReadAST()1710 llvm::TimeRegion TimeLoading(FrontendTimerGroup ? &Timer : nullptr); in findOrCompileModuleAndReadAST()
114 std::unique_ptr<llvm::TimerGroup> FrontendTimerGroup; variable