Home
last modified time | relevance | path

Searched defs:Logger (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DDevelopmentModeInlineAdvisor.cpp169 std::unique_ptr<TrainingLogger> Logger; global() member in __anone00157b40111::DevelopmentModeMLInlineAdvisor
181 LoggingMLInlineAdvice(DevelopmentModeMLInlineAdvisor * Advisor,CallBase & CB,OptimizationRemarkEmitter & ORE,bool Recommendation,TrainingLogger & Logger,std::optional<size_t> CallerSizeEstimateBefore,std::optional<size_t> CalleeSizeEstimateBefore,bool DefaultDecision,bool Mandatory=false) global() argument
248 TrainingLogger &Logger; global() member in __anone00157b40111::LoggingMLInlineAdvice
332 DevelopmentModeMLInlineAdvisor(Module & M,ModuleAnalysisManager & MAM,std::unique_ptr<MLModelRunner> ModelRunner,std::function<bool (CallBase &)> GetDefaultAdvice,std::unique_ptr<TrainingLogger> Logger) global() argument
413 std::unique_ptr<TrainingLogger> Logger; global() local
[all...]
H A DTrainingLogger.cpp82 Logger::Logger(std::unique_ptr<raw_ostream> OS, in Logger() function in Logger
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowAnalysisContext.h39 class Logger; global() variable
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp305 auto Logger = std::make_unique<LogDiagnosticPrinter>(*OS, DiagOpts, in SetUpDiagnosticLog() local