Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocEvictionAdvisor.h77 struct EvictionCost { struct
81 EvictionCost() = default; argument
89 bool operator<(const EvictionCost &O) const { argument
216 EvictionCost &,
H A DRegAllocEvictionAdvisor.cpp171 EvictionCost MaxCost; in canEvictHintInterference()
188 EvictionCost &MaxCost, const SmallVirtRegSet &FixedRegisters) const { in canEvictInterferenceBasedOnCost()
204 EvictionCost Cost; in canEvictInterferenceBasedOnCost()
280 EvictionCost BestCost; in tryFindEvictionCandidate()