Searched refs:FrontendTimerGroup (Results 1 – 2 of 2) sorted by relevance
724 FrontendTimerGroup.reset( in createFrontendTimer()728 *FrontendTimerGroup)); in createFrontendTimer()1729 if (FrontendTimerGroup) in createASTReader()1732 *FrontendTimerGroup); in createASTReader()1761 if (FrontendTimerGroup) in loadModuleFile()1763 *FrontendTimerGroup); in loadModuleFile()1764 llvm::TimeRegion TimeLoading(FrontendTimerGroup ? &Timer : nullptr); in loadModuleFile()1895 if (FrontendTimerGroup) in findOrCompileModuleAndReadAST()1897 *FrontendTimerGroup); in findOrCompileModuleAndReadAST()1898 llvm::TimeRegion TimeLoading(FrontendTimerGroup ? &Timer : nullptr); in findOrCompileModuleAndReadAST()
120 std::unique_ptr<llvm::TimerGroup> FrontendTimerGroup; variable