Home
last modified time | relevance | path

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

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