Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2962 Value *const NextIV = getWideOperand(IVOper); in ChainInstruction() local
2963 const SCEV *const OperExpr = SE.getSCEV(NextIV); in ChainInstruction()
2981 if (!isCompatibleIVType(PrevIV, NextIV)) in ChainInstruction()