Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h176 Instruction *foldFreezeIntoRecurrence(FreezeInst &I, PHINode *PN);
H A DInstructionCombining.cpp3804 Instruction *InstCombinerImpl::foldFreezeIntoRecurrence(FreezeInst &FI, in foldFreezeIntoRecurrence() function in InstCombinerImpl
3925 if (Instruction *NV = foldFreezeIntoRecurrence(I, PN)) in visitFreeze()