Searched refs:FrontendTimerGroup (Results 1 – 2 of 2) sorted by relevance
725 FrontendTimerGroup.reset( in createFrontendTimer()729 *FrontendTimerGroup)); in createFrontendTimer()1694 if (FrontendTimerGroup) in createASTReader()1697 *FrontendTimerGroup); in createASTReader()1726 if (FrontendTimerGroup) in loadModuleFile()1728 *FrontendTimerGroup); in loadModuleFile()1729 llvm::TimeRegion TimeLoading(FrontendTimerGroup ? &Timer : nullptr); in loadModuleFile()1853 if (FrontendTimerGroup) in findOrCompileModuleAndReadAST()1855 *FrontendTimerGroup); in findOrCompileModuleAndReadAST()1856 llvm::TimeRegion TimeLoading(FrontendTimerGroup ? &Timer : nullptr); in findOrCompileModuleAndReadAST()
120 std::unique_ptr<llvm::TimerGroup> FrontendTimerGroup; variable