Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DScalarReplAggregates.cpp121 bool hasSubelementAccess : 1; member
130 hasSubelementAccess(false), hasALoadOrStore(false) {} in AllocaInfo()
1829 Info.hasSubelementAccess = true; in isSafeMemAccess()
1836 Info.hasSubelementAccess = true; in isSafeMemAccess()
2619 if (!Info.hasSubelementAccess && Info.hasALoadOrStore) { in isSafeAllocaToScalarRepl()