Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DScalarReplAggregates.cpp187 bool ShouldAttemptScalarRepl(AllocaInst *AI);
1462 bool SROA::ShouldAttemptScalarRepl(AllocaInst *AI) { in ShouldAttemptScalarRepl() function in SROA
1520 if (ShouldAttemptScalarRepl(AI) && isSafeAllocaToScalarRepl(AI)) { in performScalarRepl()