Searched refs:FrontendTimerGroup (Results 1 – 2 of 2) sorted by relevance
732 FrontendTimerGroup.reset( in createFrontendTimer()736 *FrontendTimerGroup)); in createFrontendTimer()1675 if (FrontendTimerGroup) in createASTReader()1678 *FrontendTimerGroup); in createASTReader()1706 if (FrontendTimerGroup) in loadModuleFile()1708 *FrontendTimerGroup); in loadModuleFile()1709 llvm::TimeRegion TimeLoading(FrontendTimerGroup ? &Timer : nullptr); in loadModuleFile()1832 if (FrontendTimerGroup) in findOrCompileModuleAndReadAST()1834 *FrontendTimerGroup); in findOrCompileModuleAndReadAST()1835 llvm::TimeRegion TimeLoading(FrontendTimerGroup ? &Timer : nullptr); in findOrCompileModuleAndReadAST()
114 std::unique_ptr<llvm::TimerGroup> FrontendTimerGroup; variable