Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DScalarReplAggregates.cpp125 bool isSafeAllocaToScalarRepl(AllocaInst *AI);
1416 if (ShouldAttemptScalarRepl(AI) && isSafeAllocaToScalarRepl(AI)) { in performScalarRepl()
2424 bool SROA::isSafeAllocaToScalarRepl(AllocaInst *AI) { in isSafeAllocaToScalarRepl() function in SROA