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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1115 /// KindType - An enum for a kind of use, indicating what types of
1117 enum KindType { enum in class:__anon10398::LSRUse
1125 KindType Kind;
1151 LSRUse(KindType K, Type *T) : Kind(K), AccessTy(T),
1273 LSRUse::KindType Kind, Type *AccessTy,
1331 LSRUse::KindType Kind, Type *AccessTy,
1353 LSRUse::KindType Kind, Type *AccessTy,
1379 LSRUse::KindType Kind, Type *AccessTy,
1412 static std::pair<const SCEV *, LSRUse::KindType> getEmptyKey() {
1416 static std::pair<const SCEV *, LSRUse::KindType> getTombstoneKe
[all...]

Completed in 193 milliseconds