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

/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp187 bool ShouldAttemptScalarRepl(AllocaInst *AI);
1460 /// ShouldAttemptScalarRepl - Decide if an alloca is a good candidate for
1462 bool SROA::ShouldAttemptScalarRepl(AllocaInst *AI) { function in class:SROA
1520 if (ShouldAttemptScalarRepl(AI) && isSafeAllocaToScalarRepl(AI)) {

Completed in 24 milliseconds