Home
last modified time | relevance | path

Searched refs:CachedReward (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMLRegallocEvictAdvisor.cpp
H A DMLRegAllocEvictAdvisor.cpp1230 std::optional<float> CachedReward; in runOnMachineFunction() local
1232 if (!CachedReward) in runOnMachineFunction()
1233 CachedReward = static_cast<float>( in runOnMachineFunction()
1237 return *CachedReward; in runOnMachineFunction()