Searched refs:ShouldAttemptScalarRepl (Results 1 – 1 of 1) sorted by relevance
187 bool ShouldAttemptScalarRepl(AllocaInst *AI);1462 bool SROA::ShouldAttemptScalarRepl(AllocaInst *AI) { in ShouldAttemptScalarRepl() function in SROA1520 if (ShouldAttemptScalarRepl(AI) && isSafeAllocaToScalarRepl(AI)) { in performScalarRepl()