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