Searched refs:nextIt (Results 1 – 9 of 9) sorted by relevance
121 parser::Block::iterator nextIt; in RewriteOpenACCLoopConstruct() local125 nextIt = it; in RewriteOpenACCLoopConstruct()126 if (++nextIt != block.end()) { in RewriteOpenACCLoopConstruct()127 if (auto *doCons{parser::Unwrap<parser::DoConstruct>(*nextIt)}) { in RewriteOpenACCLoopConstruct()132 nextIt = block.erase(nextIt); in RewriteOpenACCLoopConstruct()167 parser::Block::iterator nextIt; in RewriteOpenACCCombinedConstruct() local171 nextIt = it; in RewriteOpenACCCombinedConstruct()172 if (++nextIt != block.end()) { in RewriteOpenACCCombinedConstruct()173 if (auto *doCons{parser::Unwrap<parser::DoConstruct>(*nextIt)}) { in RewriteOpenACCCombinedConstruct()178 nextIt = block.erase(nextIt); in RewriteOpenACCCombinedConstruct()[all …]
75 parser::Block::iterator nextIt; in RewriteOpenMPLoopConstruct() local79 nextIt = it; in RewriteOpenMPLoopConstruct()80 if (++nextIt != block.end()) { in RewriteOpenMPLoopConstruct()81 if (auto *doCons{GetConstructIf<parser::DoConstruct>(*nextIt)}) { in RewriteOpenMPLoopConstruct()86 nextIt = block.erase(nextIt); in RewriteOpenMPLoopConstruct()88 if (nextIt != block.end()) { in RewriteOpenMPLoopConstruct()90 GetConstructIf<parser::OmpEndLoopDirective>(*nextIt)}) { in RewriteOpenMPLoopConstruct()93 block.erase(nextIt); in RewriteOpenMPLoopConstruct()
106 auto nextIt = itBegin; in findAvailableMemory() local107 ++nextIt; in findAvailableMemory()108 for(auto it = itBegin; nextIt != itEnd; ++it, ++nextIt) in findAvailableMemory()111 freeSpace = nextIt->set - freeSpaceStart; in findAvailableMemory()216 auto nextIt = itBegin; in computeTotalFreeSize() local217 ++nextIt; in computeTotalFreeSize()218 for(auto it = itBegin; nextIt != itEnd; ++it, ++nextIt) in computeTotalFreeSize()220 totalFreeSize += (nextIt->set - it->set) - it->size; in computeTotalFreeSize()
89 auto nextIt = it + 1; in verifyIOMapping() local90 for (; nextIt != stageReflections.end(); it++, nextIt++) { in verifyIOMapping()100 int numIn = nextIt->getNumPipeInputs(); in verifyIOMapping()102 auto in = nextIt->getPipeInput(i); in verifyIOMapping()
2273 ElementsIterT nextIt = nextItPair.first, nextE = nextItPair.second; in verifyAttributes() local2274 for (; nextIt != nextE; ++nextIt) { in verifyAttributes()2276 if (isa<SpaceElement>(*nextIt) || isa<AttrDictDirective>(*nextIt) || in verifyAttributes()2277 isa<OptionalElement>(*nextIt)) in verifyAttributes()2281 auto *literal = dyn_cast<LiteralElement>(&*nextIt); in verifyAttributes()
13027 VmaSuballocationList::iterator nextIt = it; in PreprocessMetadata() local13028 ++nextIt; in PreprocessMetadata()13030 it = nextIt; in PreprocessMetadata()
14334 VmaSuballocationList::iterator nextIt = it; in PreprocessMetadata() local14335 ++nextIt; in PreprocessMetadata()14337 it = nextIt; in PreprocessMetadata()
14316 VmaSuballocationList::iterator nextIt = it; in PreprocessMetadata() local14317 ++nextIt; in PreprocessMetadata()14319 it = nextIt; in PreprocessMetadata()