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

/external/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp122 /// hasALoadOrStore - This is true if there are any loads or stores to it.
125 bool hasALoadOrStore : 1; member in struct:__anon25495::SROA::AllocaInfo
129 hasSubelementAccess(false), hasALoadOrStore(false) {}
1623 Info.hasALoadOrStore = true;
1633 Info.hasALoadOrStore = true;
1682 Info.hasALoadOrStore = true;
1692 Info.hasALoadOrStore = true;
2591 if (!Info.hasSubelementAccess && Info.hasALoadOrStore) {

Completed in 62 milliseconds