Home
last modified time | relevance | path

Searched defs:Reward (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/lib/Analysis/
H A DDevelopmentModeInlineAdvisor.cpp94 int64_t Reward = 0; member
200 int Reward = std::numeric_limits<int>::max(); local
218 int Reward = NativeSizeAfter - local
237 void log(int64_t Reward, bool Success) {
/llvm-project/llvm/lib/CodeGen/
H A DMLRegAllocPriorityAdvisor.cpp165 static const TensorSpec Reward = TensorSpec::createSpec<float>("reward", {1}); variable
H A DMLRegAllocEvictAdvisor.cpp421 static const TensorSpec Reward = TensorSpec::createSpec<float>("reward", {1}); global() variable