Searched refs:NarrowIVDefUse (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp645 /// NarrowIVDefUse - Record a link in the Narrow IV def-use chain along with the
648 struct NarrowIVDefUse { struct in namespace:__anon10385
653 NarrowIVDefUse(): NarrowDef(0), NarrowUse(0), WideDef(0) {} function in struct:__anon10385::NarrowIVDefUse
655 NarrowIVDefUse(Instruction *ND, Instruction *NU, Instruction *WD): function in struct:__anon10385::NarrowIVDefUse
683 SmallVector<NarrowIVDefUse, 8> NarrowIVUsers;
709 Instruction *CloneIVUser(NarrowIVDefUse DU);
713 const SCEVAddRecExpr* GetExtendedOperandRecurrence(NarrowIVDefUse DU);
715 Instruction *WidenIVUse(NarrowIVDefUse DU, SCEVExpander &Rewriter);
749 Instruction *WidenIV::CloneIVUser(NarrowIVDefUse DU) {
795 const SCEVAddRecExpr* WidenIV::GetExtendedOperandRecurrence(NarrowIVDefUse D
[all...]

Completed in 62 milliseconds