Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DRegAllocGreedy.cpp317 void clearEvicteeInfo(unsigned Evictee) { Evictees.erase(Evictee); } in clearEvicteeInfo() argument
324 void addEviction(unsigned PhysReg, unsigned Evictor, unsigned Evictee) { in addEviction() argument
325 Evictees[Evictee].first = Evictor; in addEviction()
326 Evictees[Evictee].second = PhysReg; in addEviction()
333 EvictorInfo getEvictor(unsigned Evictee) { in getEvictor() argument
334 if (Evictees.count(Evictee)) { in getEvictor()
335 return Evictees[Evictee]; in getEvictor()
454 bool splitCanCauseEvictionChain(unsigned Evictee, GlobalSplitCandidate &Cand,
1446 bool RAGreedy::splitCanCauseEvictionChain(unsigned Evictee, in splitCanCauseEvictionChain() argument
1450 EvictionTrack::EvictorInfo VregEvictorInfo = LastEvicted.getEvictor(Evictee); in splitCanCauseEvictionChain()
[all …]