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

/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp184 bool ShouldAttemptScalarRepl(AllocaInst *AI);
1451 /// ShouldAttemptScalarRepl - Decide if an alloca is a good candidate for
1453 bool SROA::ShouldAttemptScalarRepl(AllocaInst *AI) { function in class:SROA
1510 if (ShouldAttemptScalarRepl(AI) && isSafeAllocaToScalarRepl(AI)) {

Completed in 103 milliseconds