Lines Matching full:lv
133 for (const LiveVariable &LV : LiveVariables) {
134 dbgs() << LV.VarName << " @ " << LV.LocExpr.Range << ": ";
135 LV.print(dbgs(), MRI);
163 LiveVariable &LV = LiveVariables[ActiveCols[ColIdx].VarIdx];
164 ActiveCols[ColIdx].LiveIn = LV.liveAtAddress(ThisAddr);
165 ActiveCols[ColIdx].LiveOut = LV.liveAtAddress(NextAddr);
167 << NextAddr.Address << ", " << LV.VarName << ", Col "
182 LiveVariable &LV = LiveVariables[VarIdx];
183 bool LiveIn = LV.liveAtAddress(ThisAddr);
184 bool LiveOut = LV.liveAtAddress(NextAddr);
190 << NextAddr.Address << ", " << LV.VarName << ", Col "