Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DRegAllocGreedy.cpp299 using EvictorInfo = typedef in __anondab441770111::RAGreedy::EvictionTrack
301 using EvicteeInfo = llvm::DenseMap<unsigned /* evictee */, EvictorInfo>;
333 EvictorInfo getEvictor(unsigned Evictee) { in getEvictor()
338 return EvictorInfo(0, 0); in getEvictor()
1450 EvictionTrack::EvictorInfo VregEvictorInfo = LastEvicted.getEvictor(Evictee); in splitCanCauseEvictionChain()