Searched refs:tryReassociate (Results 1 – 2 of 2) sorted by relevance
118 Instruction *tryReassociate(Instruction *I);
239 if (Instruction *NewI = tryReassociate(&*I)) { in doOneIteration()286 Instruction *NaryReassociatePass::tryReassociate(Instruction *I) { in tryReassociate() function in NaryReassociatePass