/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVPushPopOptimizer.cpp | 59 MachineBasicBlock::iterator &NextI, in usePopRet() 141 MachineBasicBlock::iterator NextI = next_nodbg(MBBI, MBB.end()); in runOnMachineFunction() local
|
H A D | RISCVMoveMerger.cpp | 87 MachineBasicBlock::iterator NextI = next_nodbg(I, E); in mergePairedInsns() local
|
/llvm-project/llvm/lib/Target/BPF/ |
H A D | BPFMISimplifyPatchable.cpp | 202 decltype(End) NextI; in processCandidate() local 229 decltype(End) NextI; in processDstReg() local
|
/llvm-project/llvm/lib/Object/ |
H A D | SymbolSize.cpp | 104 for (unsigned I = 0, NextI = 0, N = Addresses.size() - 1; I < N; ++I) { in computeSymbolSizes() local
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonGenExtract.cpp | 234 BasicBlock::iterator I = std::prev(B->end()), NextI, Begin = B->begin(); visitBlock() local
|
H A D | HexagonEarlyIfConv.cpp | 763 MachineBasicBlock::iterator I, NextI; in predicateBlockNB() local 984 MachineBasicBlock::iterator I, NextI, NonPHI = B->getFirstNonPHI(); in eliminatePhis() local
|
H A D | HexagonBitSimplify.cpp | 388 decltype(End) NextI; in replaceReg() local 404 decltype(End) NextI; in replaceRegWithSub() local 421 decltype(End) NextI; in replaceSubWithSub() local
|
H A D | HexagonExpandCondsets.cpp | 343 auto NextI = std::next(I); updateKillFlags() local
|
H A D | HexagonFrameLowering.cpp | 2041 for (auto I = B.begin(), E = B.end(); I != E; I = NextI) { in expandSpillMacros() local
|
H A D | HexagonConstPropagation.cpp | 847 MachineFunction::const_iterator NextI = std::next(BI); in computeBlockSuccessors() local
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64LoadStoreOptimizer.cpp | 745 MachineBasicBlock::iterator NextI = next_nodbg(I, E); mergeNarrowZeroStores() local 862 MachineBasicBlock::iterator NextI = next_nodbg(I, E); mergePairedInsns() local 1141 MachineBasicBlock::iterator NextI = promoteLoadFromStore() local 1982 MachineBasicBlock::iterator NextI = next_nodbg(I, E); mergeUpdateInsn() local [all...] |
/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonMCCodeEmitter.cpp | 474 const MCInstrDesc &NextD = HexagonMCInstrInfo::getDesc(MCII, NextI); in getFixupNoBits() local
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | SparseMultiSet.h | 472 iterator NextI = unlink(Dense[I.Idx]); in erase() local
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | BugReporter.cpp | 1528 PathPieces::iterator NextI = I; ++NextI; simplifySimpleBranches() local 1648 PathPieces::iterator NextI = I; ++NextI; removeContextCycles() local 1760 PathPieces::iterator NextI = I; ++NextI; removeIdenticalEvents() local 1811 PathPieces::iterator NextI = I; ++NextI; optimizeEdges() local [all...] |
/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyRegStackify.cpp | 356 auto NextI = std::next(MachineBasicBlock::const_iterator(DefI)); isSafeToMove() local
|
/llvm-project/third-party/unittest/googletest/include/gtest/internal/ |
H A D | gtest-param-util.h | 907 constexpr size_t NextI = ThisI - (ThisI != 0); in GTEST_DISABLE_MSC_WARNINGS_POP_() local
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | MIRPrinter.cpp | 669 MachineFunction::const_iterator NextI = std::next(MBB.getIterator()); canPredictSuccessors() local
|
H A D | RDFGraph.cpp | 1017 NextI = std::next(I); in releaseBlock() local
|
/llvm-project/llvm/lib/Analysis/ |
H A D | MemoryDependenceAnalysis.cpp | 1647 if (Instruction *NextI = NewDirtyVal.getInst()) removeInstruction() local
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIWholeQuadMode.cpp | 1105 auto NextI = std::next(EndMI->getIterator()); prepareInsertion() local
|
/llvm-project/offload/src/ |
H A D | omptarget.cpp | 591 const int NextI = I + 1; targetDataBegin() local
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | MemCpyOptimizer.cpp | 246 range_iterator NextI = I; addRange() local
|
/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ |
H A D | GlobalISelMatchTable.cpp | 310 const auto &NextI = std::next(I); in emitDeclaration() local
|
/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVInstructionSelector.cpp | 2158 const MachineInstr *NextI = I.getNextNode(); selectBranchCond() local
|
/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
H A D | VarLocBasedImpl.cpp | 1705 auto NextI = std::next(MI.getIterator()); isLocationSpill() local
|