Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Scalar/
H A DNaryReassociate.h118 Instruction *tryReassociate(Instruction *I);
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DNaryReassociate.cpp239 if (Instruction *NewI = tryReassociate(&*I)) { in doOneIteration()
286 Instruction *NaryReassociatePass::tryReassociate(Instruction *I) { in tryReassociate() function in NaryReassociatePass