Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DNaryReassociate.h117 Instruction *tryReassociate(Instruction *I, const SCEV *&OrigSCEV);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNaryReassociate.cpp229 if (Instruction *NewI = tryReassociate(&OrigI, OrigSCEV)) { in doOneIteration()
295 Instruction *NaryReassociatePass::tryReassociate(Instruction * I, in tryReassociate() function in NaryReassociatePass