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.h184 Instruction *foldFreezeIntoRecurrence(FreezeInst &I, PHINode *PN);
H A DInstructionCombining.cpp4927 Instruction *InstCombinerImpl::foldFreezeIntoRecurrence(FreezeInst &FI, in foldFreezeIntoRecurrence() function in InstCombinerImpl
5056 if (Instruction *NV = foldFreezeIntoRecurrence(I, PN)) in visitFreeze()