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

/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp110 /// UsedByIndices - This represents the set of LSRUse indices which reference
837 class LSRUse;
850 const LSRUse &LU, const Formula &F);
853 const LSRUse &LU, const Formula &F);
900 const LSRUse &LU,
992 const LSRUse &LU,
1103 /// LUIdx - The index of the LSRUse describing the expression which
1107 /// Offset - A constant offset to be added to the LSRUse expression.
1108 /// This allows multiple fixups to share the same LSRUse with different
1201 /// LSRUse
1206 class LSRUse { class in namespace:__anon26301
1255 LSRUse(KindType K, Type *T) : Kind(K), AccessTy(T), function in class:__anon26301::LSRUse
[all...]

Completed in 39 milliseconds