Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/
H A DNaryReassociate.h114 bool doOneIteration(Function &F);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DNaryReassociate.cpp212 ChangedInThisIteration = doOneIteration(F); in runImpl()
218 bool NaryReassociatePass::doOneIteration(Function &F) { in doOneIteration() function in NaryReassociatePass