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

/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp855 bool SCEVExpander::isNormalAddRecExprPHI(PHINode *PN, Instruction *IncV, argument
893 getIVIncOperand(Instruction *IncV, Instruction *InsertPos, bool allowScale) argument
944 hoistIVInc(Instruction *IncV, Instruction *InsertPos) argument
978 isExpandedAddRecExprPHI(PHINode *PN, Instruction *IncV, const Loop *L) argument
995 Value *IncV; local
1040 Instruction *IncV = local
1130 Value *IncV = expandIVInc(PN, StepV, L, ExpandTy, IntTy, useSubtract); local
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1225 static PHINode *getLoopPhiForCounter(Value *IncV, Loop *L, DominatorTree *DT) { argument
1360 Value *IncV = Phi->getIncomingValue(LatchIdx); local
1426 Value *IncV local
[all...]
H A DLoopStrengthReduce.cpp2751 Instruction *IncV = local
2864 Value *IncV = Rewriter.expandCodeFor(LeftOverExpr, IntTy, InsertPt); local

Completed in 136 milliseconds