Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp1146 auto *NextIV = Builder.CreateAdd(IV, Builder.getInt32(1)); in insertCounterWriteout() local
1148 Builder.CreateICmpSLT(NextIV, Builder.getInt32(FileInfos.size())); in insertCounterWriteout()
1150 IV->addIncoming(NextIV, FileLoopLatch); in insertCounterWriteout()
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2881 Value *const NextIV = getWideOperand(IVOper); in ChainInstruction() local
2882 const SCEV *const OperExpr = SE.getSCEV(NextIV); in ChainInstruction()
2900 if (!isCompatibleIVType(PrevIV, NextIV)) in ChainInstruction()