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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp313 /// The Evictor vreg has evicted the Evictee vreg from Physreg.
315 /// \param Evictor The evictor Vreg that evicted Evictee.
317 void addEviction(unsigned PhysReg, unsigned Evictor, unsigned Evictee) { argument
318 Evictees[Evictee].first = Evictor;
322 /// Return the Evictor Vreg which evicted Evictee Vreg from PhysReg.
324 /// \return The Evictor vreg which evicted Evictee vreg from PhysReg. 0 if
1481 unsigned Evictor = VregEvictorInfo.first; local
1485 if (!Evictor || !PhysReg)
1500 // Check to see if the Evictor contains interference (with Evictee) in the
1505 if (!LIS->hasInterval(Evictor))
[all...]

Completed in 45 milliseconds