Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Scalar/
H A DNaryReassociate.h115 bool doOneIteration(Function &F);
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DNaryReassociate.cpp210 ChangedInThisIteration = doOneIteration(F); in runImpl()
228 bool NaryReassociatePass::doOneIteration(Function &F) { in doOneIteration() function in NaryReassociatePass