Home
last modified time | relevance | path

Searched refs:OIC (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInlineAdvisor.h147 std::optional<InlineCost> OIC,
149 : InlineAdvice(Advisor, CB, ORE, OIC.has_value()), OriginalCB(&CB),
150 OIC(OIC), EmitRemarks(EmitRemarks) {}
159 std::optional<InlineCost> OIC;
160 std::optional<InlineCost> OIC; global() variable
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineAdvisor.cpp111 "; " + inlineCostStr(*OIC)); in recordUnsuccessfulInliningImpl()
123 emitInlinedIntoBasedOnCost(ORE, DLoc, Block, *Callee, *Caller, *OIC, in recordInliningWithCalleeDeletedImpl()
130 emitInlinedIntoBasedOnCost(ORE, DLoc, Block, *Callee, *Caller, *OIC, in recordInliningImpl()
170 auto OIC = getDefaultInlineAdvice(CB, FAM, Params); in getAdviceImpl() local
172 this, CB, OIC, in getAdviceImpl()
214 auto OIC = getDefaultInlineAdvice(CB, FAM, Params); in tryCreate() local
215 return OIC.has_value(); in tryCreate()
/freebsd/contrib/one-true-awk/testdir/
H A Dfunstack.in9415 @Article{Balzer:1973:OIC,