Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMLRegAllocEvictAdvisor.cpp269 struct LIFeatureComponents { struct
341 const LIFeatureComponents &
359 mutable DenseMap<RegID, LIFeatureComponents> CachedFeatures;
791 const LIFeatureComponents &
794 LIFeatureComponents Empty; in getLIFeatureComponents()
796 LIFeatureComponents &Ret = I.first->getSecond(); in getLIFeatureComponents()
881 const LIFeatureComponents &LIFC = getLIFeatureComponents(LI); in extractFeatures()