Searched defs:IncV (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Analysis/ |
D | ScalarEvolutionExpander.cpp | 825 bool SCEVExpander::isNormalAddRecExprPHI(PHINode *PN, Instruction *IncV, in isNormalAddRecExprPHI() 863 Instruction *SCEVExpander::getIVIncOperand(Instruction *IncV, in getIVIncOperand() 913 bool SCEVExpander::hoistIVInc(Instruction *IncV, Instruction *InsertPos) { in hoistIVInc() 949 bool SCEVExpander::isExpandedAddRecExprPHI(PHINode *PN, Instruction *IncV, in isExpandedAddRecExprPHI() 966 Value *IncV; in expandIVInc() local 1082 Instruction *IncV = nullptr; in getAddRecExprPHILiterally() local 1222 Value *IncV = expandIVInc(PN, StepV, L, ExpandTy, IntTy, useSubtract); in getAddRecExprPHILiterally() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | IndVarSimplify.cpp | 1562 static PHINode *getLoopPhiForCounter(Value *IncV, Loop *L, DominatorTree *DT) { in getLoopPhiForCounter() 1647 Value *IncV = Phi->getIncomingValue(Idx); in needsLFTR() local 1697 Value *IncV = Phi->getIncomingValue(LatchIdx); in AlmostDeadIV() local 1759 Value *IncV = Phi->getIncomingValue(LatchIdx); in FindLoopCounter() local
|
D | LoopStrengthReduce.cpp | 2793 Instruction *IncV = in CollectChains() local 2903 Value *IncV = Rewriter.expandCodeFor(LeftOverExpr, IntTy, InsertPt); in GenerateIVChain() local
|