Home
last modified time | relevance | path

Searched refs:NextIV (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp1301 auto *NextIV = Builder.CreateAdd(IV, Builder.getInt32(1), "next_file_idx"); in insertCounterWriteout() local
1303 Builder.CreateICmpSLT(NextIV, Builder.getInt32(FileInfos.size())); in insertCounterWriteout()
1305 IV->addIncoming(NextIV, FileLoopLatch); in insertCounterWriteout()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2954 Value *const NextIV = getWideOperand(IVOper); in ChainInstruction() local
2955 const SCEV *const OperExpr = SE.getSCEV(NextIV); in ChainInstruction()
2973 if (!isCompatibleIVType(PrevIV, NextIV)) in ChainInstruction()