Searched defs:IncV (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Analysis/ |
D | ScalarEvolutionExpander.cpp | 818 bool SCEVExpander::isNormalAddRecExprPHI(PHINode *PN, Instruction *IncV, in isNormalAddRecExprPHI() 856 Instruction *SCEVExpander::getIVIncOperand(Instruction *IncV, in getIVIncOperand() 907 bool SCEVExpander::hoistIVInc(Instruction *IncV, Instruction *InsertPos) { in hoistIVInc() 941 bool SCEVExpander::isExpandedAddRecExprPHI(PHINode *PN, Instruction *IncV, in isExpandedAddRecExprPHI() 958 Value *IncV; in expandIVInc() local 1074 Instruction *IncV = nullptr; in getAddRecExprPHILiterally() local 1213 Value *IncV = expandIVInc(PN, StepV, L, ExpandTy, IntTy, useSubtract); in getAddRecExprPHILiterally() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | IndVarSimplify.cpp | 1312 static PHINode *getLoopPhiForCounter(Value *IncV, Loop *L, DominatorTree *DT) { in getLoopPhiForCounter() 1397 Value *IncV = Phi->getIncomingValue(Idx); in needsLFTR() local 1447 Value *IncV = Phi->getIncomingValue(LatchIdx); in AlmostDeadIV() local 1509 Value *IncV = Phi->getIncomingValue(LatchIdx); in FindLoopCounter() local
|
D | LoopStrengthReduce.cpp | 2814 Instruction *IncV = in CollectChains() local 2927 Value *IncV = Rewriter.expandCodeFor(LeftOverExpr, IntTy, InsertPt); in GenerateIVChain() local
|