Home | History | Annotate | Download | only in AsmPrinter

Lines Matching defs:Vars

1706         // Check if the instruction clobbers any registers with debug vars.
1790 SmallVectorImpl<DbgVariable *> &Vars = ScopeVariables[LS];
1801 SmallVectorImpl<DbgVariable *>::iterator I = Vars.begin();
1802 while (I != Vars.end()) {
1813 Vars.insert(I, Var);
1817 Vars.push_back(Var);