Home
last modified time | relevance | path

Searched refs:removeInstructionsBeforeUnreachable (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h740 bool removeInstructionsBeforeUnreachable(Instruction &I);
H A DInstCombineLoadStoreAlloca.cpp1464 if (removeInstructionsBeforeUnreachable(SI)) in visitStoreInst()
H A DInstructionCombining.cpp3093 bool InstCombinerImpl::removeInstructionsBeforeUnreachable(Instruction &I) { in removeInstructionsBeforeUnreachable() function in InstCombinerImpl
3121 removeInstructionsBeforeUnreachable(I); in visitUnreachableInst()