Lines Matching defs:LastUseBeforeDef
362 unsigned LastUseBeforeDef = 0;
368 // this block, then LastUseBeforeDef will track the instruction index in
403 LastUseBeforeDef = std::max(LastUseBeforeDef,
424 if (LastUseBeforeDef) {
425 addUseBeforeDef(VarID, Value.Properties, DbgOps, LastUseBeforeDef);
1744 uint64_t LastUseBeforeDef = 0;
1756 LastUseBeforeDef = std::max(LastUseBeforeDef, NewID.getInst());
1761 DbgOps, LastUseBeforeDef);