Home
last modified time | relevance | path

Searched full:oic (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/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; variable
/freebsd-src/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()
172 this, CB, OIC, in getAdviceImpl()
214 auto OIC = getDefaultInlineAdvice(CB, FAM, Params); in tryCreate()
215 return OIC.has_value(); in tryCreate()
169 auto OIC = getDefaultInlineAdvice(CB, FAM, Params); getAdviceImpl() local
213 auto OIC = getDefaultInlineAdvice(CB, FAM, Params); tryCreate() local
/freebsd-src/sys/netpfil/ipfilter/netinet/
H A Dip_state.c4354 struct icmp6_hdr *ic6, *oic; in ipf_checkicmp6matchingstate() local
4424 oic = ofin.fin_dp; in ipf_checkicmp6matchingstate()
4432 if (!(oic->icmp6_type & ICMP6_INFOMSG_MASK)) { in ipf_checkicmp6matchingstate()
4446 hv += oic->icmp6_id; in ipf_checkicmp6matchingstate()
4447 hv += oic->icmp6_seq; in ipf_checkicmp6matchingstate()
4457 (oic->icmp6_id == ic->ici_id) && in ipf_checkicmp6matchingstate()
4458 (oic->icmp6_seq == ic->ici_seq) && in ipf_checkicmp6matchingstate()
4467 (oic->icmp6_type == ICMP6_ECHO_REQUEST)) || in ipf_checkicmp6matchingstate()
4468 (ic->ici_type - 1 == oic->icmp6_type )) { in ipf_checkicmp6matchingstate()
4505 oic in ipf_checkicmp6matchingstate()
[all...]
/freebsd-src/contrib/one-true-awk/testdir/
H A Dfunstack.in9415 @Article{Balzer:1973:OIC,