Home
last modified time | relevance | path

Searched defs:InlineEvent (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DDevelopmentModeInlineAdvisor.cpp79 struct InlineEvent { struct
81 int64_t DefaultDecision = 0;
85 int64_t AdvisedDecision = 0;
90 bool Effect = false;
93 int64_t Reward = 0;
/aosp_15_r20/external/pytorch/c10/core/impl/
H A DInlineEvent.h23 InlineEvent(InlineEvent&& other) noexcept in InlineEvent() function