Lines Matching defs:LastDef
290 std::map<RegisterRef,IndexType> LastDef, LastUse;
299 LastDef[R] = IndexType::Entry;
301 auto closeRange = [&LastUse,&LastDef,&LiveMap] (RegisterRef R) -> void {
302 auto LD = LastDef[R], LU = LastUse[R];
308 LastUse[R] = LastDef[R] = IndexType::None;
376 if (LastDef[S] != IndexType::None || LastUse[S] != IndexType::None)
378 LastDef[S] = Index;
384 if (LastDef[S] != IndexType::None || LastUse[S] != IndexType::None)
387 LastDef[S] = LastUse[S] = Index;
406 for (auto &I : LastDef)