Searched refs:EmitRemarks (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ReplayInlineAdvisor.cpp | 29 const ReplayInlinerSettings &ReplaySettings, bool EmitRemarks, in ReplayInlineAdvisor() argument 32 ReplaySettings(ReplaySettings), EmitRemarks(EmitRemarks) { in ReplayInlineAdvisor() 84 bool EmitRemarks, InlineContext IC) { in getReplayInlineAdvisor() argument 86 M, FAM, Context, std::move(OriginalAdvisor), ReplaySettings, EmitRemarks, in getReplayInlineAdvisor() 122 EmitRemarks); in getAdviceImpl() 128 EmitRemarks); in getAdviceImpl() 137 EmitRemarks); in getAdviceImpl() 142 EmitRemarks); in getAdviceImpl()
|
H A D | InlineAdvisor.cpp | 122 if (EmitRemarks) in recordInliningWithCalleeDeletedImpl() 129 if (EmitRemarks) in recordInliningImpl()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | ReplayInlineAdvisor.h | 61 bool EmitRemarks, InlineContext IC); 71 bool EmitRemarks, InlineContext IC); 84 bool EmitRemarks = false; variable
|
H A D | InlineAdvisor.h | 148 OptimizationRemarkEmitter &ORE, bool EmitRemarks = true) 150 OIC(OIC), EmitRemarks(EmitRemarks) {} 160 bool EmitRemarks; 161 bool EmitRemarks; global() variable
|