Searched refs:FrontendTimerGroup (Results 1 – 2 of 2) sorted by relevance
671 FrontendTimerGroup.reset( in createFrontendTimer()675 *FrontendTimerGroup)); in createFrontendTimer()1522 if (FrontendTimerGroup) in createASTReader()1525 *FrontendTimerGroup); in createASTReader()1553 if (FrontendTimerGroup) in loadModuleFile()1555 *FrontendTimerGroup); in loadModuleFile()1556 llvm::TimeRegion TimeLoading(FrontendTimerGroup ? &Timer : nullptr); in loadModuleFile()1724 if (FrontendTimerGroup) in findOrCompileModuleAndReadAST()1726 *FrontendTimerGroup); in findOrCompileModuleAndReadAST()1727 llvm::TimeRegion TimeLoading(FrontendTimerGroup ? &Timer : nullptr); in findOrCompileModuleAndReadAST()
115 std::unique_ptr<llvm::TimerGroup> FrontendTimerGroup; variable