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

/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp123 /// hasALoadOrStore - This is true if there are any loads or stores to it.
126 bool hasALoadOrStore : 1; member in struct:__anon3256::SROA::AllocaInfo
130 hasSubelementAccess(false), hasALoadOrStore(false) {}
1637 Info.hasALoadOrStore = true;
1647 Info.hasALoadOrStore = true;
1697 Info.hasALoadOrStore = true;
1707 Info.hasALoadOrStore = true;
2619 if (!Info.hasSubelementAccess && Info.hasALoadOrStore) {

Completed in 154 milliseconds