Home
last modified time | relevance | path

Searched refs:shouldLowerToTrap (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1810 if (!UI->shouldLowerToTrap(TM.Options.TrapUnreachable, in selectOperator()
H A DSelectionDAGBuilder.cpp3602 if (!I.shouldLowerToTrap(DAG.getTarget().Options.TrapUnreachable, in visitUnreachable()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h4537 LLVM_ABI bool shouldLowerToTrap(bool TrapUnreachable,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp3148 if (!UI.shouldLowerToTrap(MF->getTarget().Options.TrapUnreachable, in translateUnreachable()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp4544 bool UnreachableInst::shouldLowerToTrap(bool TrapUnreachable, in shouldLowerToTrap() function in UnreachableInst