Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h822 bool removeInstructionsBeforeUnreachable(Instruction &I);
H A DInstCombineLoadStoreAlloca.cpp1492 if (removeInstructionsBeforeUnreachable(SI)) in visitStoreInst()
H A DInstructionCombining.cpp3888 bool InstCombinerImpl::removeInstructionsBeforeUnreachable(Instruction &I) { in removeInstructionsBeforeUnreachable() function in InstCombinerImpl
3916 removeInstructionsBeforeUnreachable(I); in visitUnreachableInst()