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

/external/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp86 bool performScalarRepl(Function &F);
1042 bool LocalChange = performScalarRepl(F);
1462 // performScalarRepl - This algorithm is a simple worklist driven algorithm,
1466 bool SROA::performScalarRepl(Function &F) { function in class:SROA

Completed in 46 milliseconds