Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp1113 auto *NextIV = Builder.CreateAdd(IV, Builder.getInt32(1)); in insertCounterWriteout() local
1115 Builder.CreateICmpSLT(NextIV, Builder.getInt32(FileInfos.size())); in insertCounterWriteout()
1117 IV->addIncoming(NextIV, FileLoopLatch); in insertCounterWriteout()
/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp2597 Value *const NextIV = getWideOperand(IVOper); in ChainInstruction() local
2598 const SCEV *const OperExpr = SE.getSCEV(NextIV); in ChainInstruction()
2616 if (!isCompatibleIVType(PrevIV, NextIV)) in ChainInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp2876 Value *const NextIV = getWideOperand(IVOper); in ChainInstruction() local
2877 const SCEV *const OperExpr = SE.getSCEV(NextIV); in ChainInstruction()
2895 if (!isCompatibleIVType(PrevIV, NextIV)) in ChainInstruction()