Searched defs:IncV (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/Analysis/
H A DScalarEvolutionExpander.cpp863 bool SCEVExpander::isNormalAddRecExprPHI(PHINode *PN, Instruction *IncV, argument
901 getIVIncOperand(Instruction *IncV, Instruction *InsertPos, bool allowScale) argument
952 hoistIVInc(Instruction *IncV, Instruction *InsertPos) argument
986 isExpandedAddRecExprPHI(PHINode *PN, Instruction *IncV, const Loop *L) argument
1003 Value *IncV; local
1048 Instruction *IncV = local
1139 Value *IncV = expandIVInc(PN, StepV, L, ExpandTy, IntTy, useSubtract); local
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1187 static PHINode *getLoopPhiForCounter(Value *IncV, Loop *L, DominatorTree *DT) { argument
1320 Value *IncV = Phi->getIncomingValue(LatchIdx); local
1386 Value *IncV local
[all...]
H A DLoopStrengthReduce.cpp2646 Instruction *IncV = local
2757 Value *IncV = Rewriter.expandCodeFor(LeftOverExpr, IntTy, InsertPt); local

Completed in 134 milliseconds