Searched refs:getCallerORE (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| HD | MLInlineAdvisor.cpp | 462 return std::make_unique<InlineAdvice>(this, CB, getCallerORE(CB), false); in getSkipAdviceIfUnreachableCallsite() 478 return std::make_unique<InlineAdvice>(this, CB, getCallerORE(CB), Advice); in getMandatoryAdvice() 483 return std::make_unique<MLInlineAdvice>(this, CB, getCallerORE(CB), true); in getMandatoryAdviceImpl()
|
| HD | InlineAdvisor.cpp | 546 return std::make_unique<MandatoryInlineAdvice>(this, CB, getCallerORE(CB), in getMandatoryAdvice() 621 getMandatoryKind(CB, FAM, getCallerORE(CB)); in getAdvice() 625 OptimizationRemarkEmitter &InlineAdvisor::getCallerORE(CallBase &CB) { in getCallerORE() function in InlineAdvisor
|
| /freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| HD | InlineAdvisor.h | 221 OptimizationRemarkEmitter &getCallerORE(CallBase &CB);
|