Home | History | Annotate | Download | only in src

Lines Matching refs:Containers

967 // architecture. In this case the variable must be split into 4 containers.
981 if (!Containers.empty()) {
983 Containers[i]->setName(Func, getName() + "__cont" + std::to_string(i));
990 for (Variable *Var : Containers) {
995 const VarList &getContainers() const { return Containers; }
1004 Containers.push_back(Var);
1023 VarList Containers;