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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DNaryReassociate.h117 Instruction *tryReassociate(Instruction *I);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNaryReassociate.cpp239 if (Instruction *NewI = tryReassociate(&*I)) {
260 // Ideally, NewSCEV should equal OldSCEV because tryReassociate(I)
275 // map both SCEV before and after tryReassociate(I) to I.
286 Instruction *NaryReassociatePass::tryReassociate(Instruction *I) { function in class:NaryReassociatePass

Completed in 252 milliseconds