Lines Matching defs:Cur
269 SUnit *Cur = WorkList.back();
273 for (const SDep &PredDep : Cur->Preds) {
286 if (MaxPredDepth != Cur->Depth) {
287 Cur->setDepthDirty();
288 Cur->Depth = MaxPredDepth;
290 Cur->isDepthCurrent = true;
300 SUnit *Cur = WorkList.back();
304 for (const SDep &SuccDep : Cur->Succs) {
317 if (MaxSuccHeight != Cur->Height) {
318 Cur->setHeightDirty();
319 Cur->Height = MaxSuccHeight;
321 Cur->isHeightCurrent = true;