Home
last modified time | relevance | path

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

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