Lines Matching defs:LV
130 for (const LiveVariable &LV : LiveVariables) {
131 dbgs() << LV.VarName << " @ " << LV.LocExpr.Range << ": ";
132 LV.print(dbgs(), MRI);
160 LiveVariable &LV = LiveVariables[ActiveCols[ColIdx].VarIdx];
161 ActiveCols[ColIdx].LiveIn = LV.liveAtAddress(ThisAddr);
162 ActiveCols[ColIdx].LiveOut = LV.liveAtAddress(NextAddr);
164 << NextAddr.Address << ", " << LV.VarName << ", Col "
179 LiveVariable &LV = LiveVariables[VarIdx];
180 bool LiveIn = LV.liveAtAddress(ThisAddr);
181 bool LiveOut = LV.liveAtAddress(NextAddr);
187 << NextAddr.Address << ", " << LV.VarName << ", Col "