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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp308 /// \param Evictee The evictee Vreg for whom we want to clear collected
310 void clearEvicteeInfo(unsigned Evictee) { Evictees.erase(Evictee); } argument
313 /// The Evictor vreg has evicted the Evictee vreg from Physreg.
314 /// \param PhysReg The physical register Evictee was evicted from.
315 /// \param Evictor The evictor Vreg that evicted Evictee.
316 /// \param Evictee The evictee Vreg.
317 void addEviction(unsigned PhysReg, unsigned Evictor, unsigned Evictee) { argument
318 Evictees[Evictee].first = Evictor;
319 Evictees[Evictee]
326 getEvictor(unsigned Evictee) argument
1476 splitCanCauseEvictionChain(unsigned Evictee, GlobalSplitCandidate &Cand, unsigned BBNumber, const AllocationOrder &Order) argument
[all...]

Completed in 113 milliseconds