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

/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp109 /// UsedByIndices - This represents the set of LSRUse indices which reference
777 class LSRUse;
780 static bool isLegal2RegAMUse(const TargetTransformInfo &TTI, const LSRUse &LU,
784 const LSRUse &LU, const Formula &F);
831 const LSRUse &LU,
923 const LSRUse &LU,
1041 /// LUIdx - The index of the LSRUse describing the expression which
1045 /// Offset - A constant offset to be added to the LSRUse expression.
1046 /// This allows multiple fixups to share the same LSRUse with different
1142 /// LSRUse
1147 class LSRUse { class in namespace:__anon22596
1187 LSRUse(KindType K, Type *T) : Kind(K), AccessTy(T), function in class:__anon22596::LSRUse
[all...]

Completed in 107 milliseconds