Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp87 bool performScalarRepl(Function &F);
1047 bool LocalChange = performScalarRepl(F); in runOnFunction()
1480 bool SROA::performScalarRepl(Function &F) { in performScalarRepl() function in SROA