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

/external/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp116 /// hasSubelementAccess - This is true if a subelement of the alloca is
119 bool hasSubelementAccess : 1; member in struct:__anon9141::SROA::AllocaInfo
128 hasSubelementAccess(false), hasALoadOrStore(false) {}
1824 Info.hasSubelementAccess = true;
1831 Info.hasSubelementAccess = true;
2600 if (!Info.hasSubelementAccess && Info.hasALoadOrStore) {

Completed in 54 milliseconds