Lines Matching refs:Stack
129 // Initilization of data sharing attributes stack for OpenMP
287 // Destroys data sharing attributes stack for OpenMP
753 SmallVector<Module *, 2> Stack;
754 Stack.push_back(CurrentModule);
755 while (!Stack.empty()) {
756 Module *Mod = Stack.pop_back_val();
767 Stack.append(Mod->submodule_begin(), Mod->submodule_end());