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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp214 /// This represents the set of LSRUse indices which reference
984 class LSRUse;
998 const LSRUse &LU, const Formula &F);
1002 const LSRUse &LU, const Formula &F,
1050 const LSRUse &LU,
1079 /// A constant offset to be added to the LSRUse expression. This allows
1080 /// multiple fixups to share the same LSRUse with different offsets, for
1122 class LSRUse { class in namespace:__anon4670
1148 /// This records whether all of the fixups using this LSRUse are outside of
1160 /// LSRUse
1173 LSRUse(KindType K, MemAccessTy AT) : Kind(K), AccessTy(AT) {} function in class:__anon4670::LSRUse
[all...]

Completed in 58 milliseconds