Home | History | Annotate | Download | only in AsmPrinter

Lines Matching refs:ConcreteVariables

508   for (const auto &Var : ConcreteVariables) {
512 // in the ConcreteVariables list, rather than looking it up again here.
753 ConcreteVariables.push_back(std::move(RegVar));
899 ConcreteVariables.push_back(
901 InfoHolder.addScopeVariable(&Scope, ConcreteVariables.back().get());
902 return ConcreteVariables.back().get();