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