Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DScalarReplAggregates.cpp111 bool hasALoadOrStore : 1; member
115 hasSubelementAccess(false), hasALoadOrStore(false) {} in AllocaInfo()
1530 Info.hasALoadOrStore = true; in isSafeForScalarRepl()
1540 Info.hasALoadOrStore = true; in isSafeForScalarRepl()
1589 Info.hasALoadOrStore = true; in isSafePHISelectUseForScalarRepl()
1599 Info.hasALoadOrStore = true; in isSafePHISelectUseForScalarRepl()
2448 if (!Info.hasSubelementAccess && Info.hasALoadOrStore) { in isSafeAllocaToScalarRepl()