Home
last modified time | relevance | path

Searched refs:NextIt (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp1227 auto NextIt = ++MUD->getIterator(); in moveAllAccesses() local
1228 MemoryUseOrDef *NextMUD = (!Accs || NextIt == Accs->end()) in moveAllAccesses()
1230 : cast<MemoryUseOrDef>(&*NextIt); in moveAllAccesses()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp1519 auto NextIt = in fixEndsAtEndOfFunction() local
1521 if (NextIt != EHPad->rend()) in fixEndsAtEndOfFunction()
1522 Worklist.push_back(NextIt); in fixEndsAtEndOfFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp999 auto NextIt = std::next(It); in findScopes() local
1000 Region *NextSubR = NextIt != R->end() ? NextIt->get() : nullptr; in findScopes()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonVLIWPacketizer.cpp197 MachineBasicBlock::iterator NextIt = std::next(BundleIt); in moveInstrOut() local
202 return NextIt; in moveInstrOut()
H A DHexagonFrameLowering.cpp2475 MachineBasicBlock::iterator StartIt = SI.getIterator(), NextIt; in optimizeSpillSlots() local
2500 for (auto It = StartIt; It != EndIt; It = NextIt) { in optimizeSpillSlots()
2502 NextIt = std::next(It); in optimizeSpillSlots()
H A DHexagonHardwareLoops.cpp1339 instr_iterator CmpIt = CmpI->getIterator(), NextIt = std::next(CmpIt); in orderBumpCompare() local
1340 for (instr_iterator I = NextIt, E = BB->instr_end(); I != E; ++I) { in orderBumpCompare()
H A DHexagonInstrInfo.cpp3712 MachineBasicBlock::const_instr_iterator NextIt = std::next(It); in getDotNewPredJumpOp() local
3713 if (NextIt == B.instr_end()) { in getDotNewPredJumpOp()
3722 assert(NextIt->isUnconditionalBranch()); in getDotNewPredJumpOp()
3725 for (const MachineOperand &Op : NextIt->operands()) { in getDotNewPredJumpOp()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DMasmParser.cpp2534 auto NextIt = Structs.find(nextVal.lower()); in parseStatement() local
2535 if (NextIt != Structs.end()) { in parseStatement()
2537 return parseDirectiveNamedStructValue(/*Structure=*/NextIt->getValue(), in parseStatement()