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

/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp151 bool isSafeAllocaToScalarRepl(AllocaInst *AI);
1510 if (ShouldAttemptScalarRepl(AI) && isSafeAllocaToScalarRepl(AI)) {
1537 /// DoScalarReplacement - This alloca satisfied the isSafeAllocaToScalarRepl
2570 bool SROA::isSafeAllocaToScalarRepl(AllocaInst *AI) { function in class:SROA

Completed in 97 milliseconds