Searched refs:tryReassociate (Results 1 – 1 of 1) sorted by relevance
129 Instruction *tryReassociate(Instruction *I);251 if (Instruction *NewI = tryReassociate(&*I)) { in doOneIteration()290 Instruction *NaryReassociate::tryReassociate(Instruction *I) { in tryReassociate() function in NaryReassociate