Searched refs:tryReassociate (Results 1 – 2 of 2) sorted by relevance
117 Instruction *tryReassociate(Instruction *I, const SCEV *&OrigSCEV);
229 if (Instruction *NewI = tryReassociate(&OrigI, OrigSCEV)) { in doOneIteration()295 Instruction *NaryReassociatePass::tryReassociate(Instruction * I, in tryReassociate() function in NaryReassociatePass