Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp1354 auto *NextIV = Builder.CreateAdd(IV, Builder.getInt32(1), "next_file_idx"); in insertCounterWriteout() local
1356 Builder.CreateICmpSLT(NextIV, Builder.getInt32(FileInfos.size())); in insertCounterWriteout()
1358 IV->addIncoming(NextIV, FileLoopLatch); in insertCounterWriteout()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2953 Value *const NextIV = getWideOperand(IVOper); in ChainInstruction() local
2954 const SCEV *const OperExpr = SE.getSCEV(NextIV); in ChainInstruction()
2972 if (!isCompatibleIVType(PrevIV, NextIV)) in ChainInstruction()