Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DRegisterPressure.h565 LaneBitmask getLiveThroughAt(Register RegUnit, SlotIndex Pos) const;
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DRegisterPressure.cpp835 LaneBitmask LiveOut = getLiveThroughAt(Reg, SlotIdx); in recede()
1266 LaneBitmask RegPressureTracker::getLiveThroughAt(Register RegUnit, in getLiveThroughAt() function in RegPressureTracker