Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DNaryReassociate.h114 bool doOneIteration(Function &F);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNaryReassociate.cpp212 ChangedInThisIteration = doOneIteration(F); in runImpl()
218 bool NaryReassociatePass::doOneIteration(Function &F) { in doOneIteration() function in NaryReassociatePass