Searched defs:IncV (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| D | ScalarEvolutionExpander.cpp | 930 bool SCEVExpander::isNormalAddRecExprPHI(PHINode *PN, Instruction *IncV, in isNormalAddRecExprPHI() 967 Instruction *SCEVExpander::getIVIncOperand(Instruction *IncV, in getIVIncOperand() 1034 bool SCEVExpander::hoistIVInc(Instruction *IncV, Instruction *InsertPos, in hoistIVInc() 1091 bool SCEVExpander::isExpandedAddRecExprPHI(PHINode *PN, Instruction *IncV, in isExpandedAddRecExprPHI() 1108 Value *IncV; in expandIVInc() local 1208 Instruction *IncV = nullptr; in getAddRecExprPHILiterally() local 1358 Value *IncV = expandIVInc(PN, StepV, L, ExpandTy, IntTy, useSubtract); in getAddRecExprPHILiterally() local
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| D | IndVarSimplify.cpp | 664 static PHINode *getLoopPhiForCounter(Value *IncV, Loop *L) { in getLoopPhiForCounter() 758 Value *IncV = Phi->getIncomingValue(Idx); in needsLFTR() local 852 Value *IncV = Phi->getIncomingValue(LatchIdx); in AlmostDeadIV() local 882 Value *IncV = Phi->getIncomingValue(LatchIdx); in isLoopCounter() local
|
| D | LoopStrengthReduce.cpp | 3138 Instruction *IncV = in CollectChains() local 3248 Value *IncV = Rewriter.expandCodeFor(LeftOverExpr, IntTy, InsertPt); in GenerateIVChain() local
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| D | HexagonISelDAGToDAG.cpp | 133 SDValue IncV = CurDAG->getTargetConstant(Inc, dl, MVT::i32); in INITIALIZE_PASS() local 529 SDValue IncV = CurDAG->getTargetConstant(Inc, dl, MVT::i32); in SelectIndexedStore() local
|
| D | HexagonLoopIdiomRecognition.cpp | 658 Value *IncV = nullptr; in getCountIV() local
|