Searched defs:LiveAfter (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | RegisterPressure.cpp | 603 LaneBitmask LiveAfter = getLiveLanesAt(LIS, MRI, true, I->RegUnit, in adjustLaneLiveness() local 1066 increaseRegPressure(Reg, LiveAfter, ~LiveAfte in bumpUpwardPressure() local 636 LaneBitmask LiveAfter = getLiveLanesAt(LIS, MRI, true, RegUnit, adjustLaneLiveness() local 1073 LaneBitmask LiveAfter = LiveLanes | P.LaneMask; bumpUpwardPressure() local [all...] |
H A D | RegAllocGreedy.cpp | 1683 const bool LiveAfter = SplitAfter != NumGaps || BI.LiveOut; tryLocalSplit() local 1776 bool LiveAfter = BestAfter != NumGaps || BI.LiveOut; tryLocalSplit() local
|