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.h768 bool removeInstructionsBeforeUnreachable(Instruction &I);
H A DInstCombineLoadStoreAlloca.cpp1463 if (removeInstructionsBeforeUnreachable(SI)) in visitStoreInst()
H A DInstructionCombining.cpp3512 bool InstCombinerImpl::removeInstructionsBeforeUnreachable(Instruction &I) { in removeInstructionsBeforeUnreachable() function in InstCombinerImpl
3540 removeInstructionsBeforeUnreachable(I); in visitUnreachableInst()