Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:isNew

940     bool isNew = DowngradedRegs.insert(*AS);
941 (void)isNew; // Silence compiler warning.
942 assert(isNew && "Multiple reloads holding the same register?");