Searched refs:BestEvictCost (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp1019 EvictionCost BestEvictCost; local
1020 BestEvictCost.setMax();
1021 BestEvictCost.MaxWeight = VirtReg.weight;
1028 BestEvictCost))
1034 *BestEvictweight = BestEvictCost.MaxWeight;

Completed in 107 milliseconds