Lines Matching defs:LastUseBeforeDef
363 unsigned LastUseBeforeDef = 0;
369 // this block, then LastUseBeforeDef will track the instruction index in
404 LastUseBeforeDef = std::max(LastUseBeforeDef,
425 if (LastUseBeforeDef) {
426 addUseBeforeDef(VarID, Value.Properties, DbgOps, LastUseBeforeDef);
1724 uint64_t LastUseBeforeDef = 0;
1736 LastUseBeforeDef = std::max(LastUseBeforeDef, NewID.getInst());
1741 DbgOps, LastUseBeforeDef);