Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIOptimizeExecMaskingPreRA.cpp198 LiveInterval *SelLI = &LIS->getInterval(SelReg); in optimizeVcndVcmpPair() local
199 if (llvm::any_of(SelLI->vnis(), in optimizeVcndVcmpPair()
255 bool IsKill = SelLI->Query(CmpIdx.getRegSlot()).isKill(); in optimizeVcndVcmpPair()
256 LIS->shrinkToUses(SelLI); in optimizeVcndVcmpPair()
257 bool IsDead = SelLI->Query(SelIdx.getRegSlot()).isDeadDef(); in optimizeVcndVcmpPair()
261 LIS->removeVRegDefAt(*SelLI, SelIdx.getRegSlot()); in optimizeVcndVcmpPair()
268 LIS->shrinkToUses(SelLI); in optimizeVcndVcmpPair()