Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h183 Instruction *foldFreezeIntoRecurrence(FreezeInst &I, PHINode *PN);
H A DInstructionCombining.cpp4485 Instruction *InstCombinerImpl::foldFreezeIntoRecurrence(FreezeInst &FI, in foldFreezeIntoRecurrence() function in InstCombinerImpl
4618 if (Instruction *NV = foldFreezeIntoRecurrence(I, PN)) in visitFreeze()