Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h178 Instruction *foldFreezeIntoRecurrence(FreezeInst &I, PHINode *PN);
H A DInstructionCombining.cpp3864 Instruction *InstCombinerImpl::foldFreezeIntoRecurrence(FreezeInst &FI, in foldFreezeIntoRecurrence() function in InstCombinerImpl
3978 if (Instruction *NV = foldFreezeIntoRecurrence(I, PN)) in visitFreeze()