Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DScalarReplAggregates.cpp120 bool hasSubelementAccess : 1; member
129 hasSubelementAccess(false), hasALoadOrStore(false) {} in AllocaInfo()
1828 Info.hasSubelementAccess = true; in isSafeMemAccess()
1835 Info.hasSubelementAccess = true; in isSafeMemAccess()
2618 if (!Info.hasSubelementAccess && Info.hasALoadOrStore) { in isSafeAllocaToScalarRepl()