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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp1224 auto *NextIV = Builder.CreateAdd(IV, Builder.getInt32(1));
1226 Builder.CreateICmpSLT(NextIV, Builder.getInt32(FileInfos.size()));
1228 IV->addIncoming(NextIV, FileLoopLatch);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2909 Value *const NextIV = getWideOperand(IVOper); local
2910 const SCEV *const OperExpr = SE.getSCEV(NextIV);
2928 if (!isCompatibleIVType(PrevIV, NextIV))

Completed in 72 milliseconds