Searched refs:ompWrapperStack (Results 1 – 2 of 2) sorted by relevance
158 ompWrapperStack.push_back(ow); in Pre()163 ompWrapperStack.push_back(ow); in Pre()174 OmpWrapperType *curConstruct = ompWrapperStack.back(); in PostConstructsCommon()185 ompWrapperStack.pop_back(); in PostConstructsCommon()232 !ompWrapperStack.empty() && "Construct should be visited before clause"); in PostClauseCommon()233 clauseStrings[ompWrapperStack.back()].push_back(ci); in PostClauseCommon()
85 llvm::SmallVector<OmpWrapperType *> ompWrapperStack; member