Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DNaryReassociate.cpp129 Instruction *tryReassociate(Instruction *I);
251 if (Instruction *NewI = tryReassociate(&*I)) { in doOneIteration()
290 Instruction *NaryReassociate::tryReassociate(Instruction *I) { in tryReassociate() function in NaryReassociate