Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DRegAllocGreedy.cpp324 void addEviction(unsigned PhysReg, unsigned Evictor, unsigned Evictee) { in addEviction() argument
325 Evictees[Evictee].first = Evictor; in addEviction()
1451 unsigned Evictor = VregEvictorInfo.first; in splitCanCauseEvictionChain() local
1455 if (!Evictor || !PhysReg) in splitCanCauseEvictionChain()
1475 if (!LIS->hasInterval(Evictor)) in splitCanCauseEvictionChain()
1477 LiveInterval &EvictorLI = LIS->getInterval(Evictor); in splitCanCauseEvictionChain()