Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegAllocGreedy.cpp298 using EvictorInfo = typedef in __anon4935e8a80111::RAGreedy::EvictionTrack
300 using EvicteeInfo = llvm::DenseMap<unsigned /* evictee */, EvictorInfo>;
332 EvictorInfo getEvictor(unsigned Evictee) { in getEvictor()
337 return EvictorInfo(0, 0); in getEvictor()
1487 EvictionTrack::EvictorInfo VregEvictorInfo = LastEvicted.getEvictor(Evictee); in splitCanCauseEvictionChain()