Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegAllocGreedy.cpp323 void addEviction(unsigned PhysReg, unsigned Evictor, unsigned Evictee) { in addEviction() argument
324 Evictees[Evictee].first = Evictor; in addEviction()
1488 unsigned Evictor = VregEvictorInfo.first; in splitCanCauseEvictionChain() local
1492 if (!Evictor || !PhysReg) in splitCanCauseEvictionChain()
1512 if (!LIS->hasInterval(Evictor)) in splitCanCauseEvictionChain()
1514 LiveInterval &EvictorLI = LIS->getInterval(Evictor); in splitCanCauseEvictionChain()