Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DScalarReplAggregates.cpp126 bool hasALoadOrStore : 1; member
130 hasSubelementAccess(false), hasALoadOrStore(false) {} in AllocaInfo()
1637 Info.hasALoadOrStore = true; in isSafeForScalarRepl()
1647 Info.hasALoadOrStore = true; in isSafeForScalarRepl()
1697 Info.hasALoadOrStore = true; in isSafePHISelectUseForScalarRepl()
1707 Info.hasALoadOrStore = true; in isSafePHISelectUseForScalarRepl()
2619 if (!Info.hasSubelementAccess && Info.hasALoadOrStore) { in isSafeAllocaToScalarRepl()