Home
last modified time | relevance | path

Searched refs:Unreachable (Results 1 – 25 of 33) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DFunctionPropertiesAnalysis.cpp385 SetVector<const BasicBlock *> Unreachable; in finish() local
397 Unreachable.insert(Succ); in finish()
418 const auto AlreadyExcludedMark = Unreachable.size(); in finish()
419 for (size_t I = 0; I < Unreachable.size(); ++I) { in finish()
420 const auto *U = Unreachable[I]; in finish()
425 Unreachable.insert(Succ); in finish()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DBasicBlockUtils.h417 bool Unreachable,
424 bool Unreachable,
430 Unreachable, BranchWeights, DTU, LI,
437 bool Unreachable,
444 bool Unreachable,
450 Unreachable, BranchWeights, DTU, LI,
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmTypeCheck.h37 bool Unreachable = false; variable
69 Unreachable = false; in Clear()
H A DWebAssemblyAsmTypeCheck.cpp78 if (Unreachable) in typeError()
244 Unreachable = true; in endOfFunction()
341 Unreachable = false; in typeCheck()
388 Unreachable = true; in typeCheck()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.h250 void conditionalCompilationCondition(bool Unreachable);
251 void conditionalCompilationStart(bool Unreachable);
H A DUnwrappedLineParser.cpp1029 void UnwrappedLineParser::conditionalCompilationCondition(bool Unreachable) { in conditionalCompilationCondition() argument
1034 if (Unreachable || in conditionalCompilationCondition()
1042 void UnwrappedLineParser::conditionalCompilationStart(bool Unreachable) { in conditionalCompilationStart() argument
1049 PPChainBranchIndex.push(Unreachable ? -1 : 0); in conditionalCompilationStart()
1051 conditionalCompilationCondition(Unreachable || Skip); in conditionalCompilationStart()
1083 bool Unreachable = false; in parsePPIf() local
1085 Unreachable = true; in parsePPIf()
1087 Unreachable = true; in parsePPIf()
1088 conditionalCompilationStart(Unreachable); in parsePPIf()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSanitizers.def107 SANITIZER("unreachable", Unreachable)
146 SignedIntegerOverflow | Unreachable | VLABound | Function |
H A DDiagnosticGroups.td890 // Unreachable code warning groups.
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DCrashDebugger.cpp424 SmallVector<BasicBlock *, 16> Unreachable; in simpleSimplifyCfg() local
427 Unreachable.push_back(&BB); in simpleSimplifyCfg()
432 for (auto *BB : Unreachable) { in simpleSimplifyCfg()
438 for (auto *BB : Unreachable) in simpleSimplifyCfg()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp1598 bool Unreachable, in SplitBlockAndInsertIfThen() argument
1604 /* UnreachableThen */ Unreachable, in SplitBlockAndInsertIfThen()
1611 bool Unreachable, in SplitBlockAndInsertIfElse() argument
1618 /* UnreachableElse */ Unreachable, BranchWeights, DTU, LI); in SplitBlockAndInsertIfElse()
1662 auto handleBlock = [&](BasicBlock **PBB, bool Unreachable, BasicBlock *&BB, in SplitBlockAndInsertIfThenElse()
1672 if (Unreachable) in SplitBlockAndInsertIfThenElse()
H A DSimplifyCFG.cpp7493 BasicBlock *Unreachable = BasicBlock::Create( in removeUndefIntroducingPredecessor() local
7495 Builder.SetInsertPoint(Unreachable); in removeUndefIntroducingPredecessor()
7501 Case.setSuccessor(Unreachable); in removeUndefIntroducingPredecessor()
7505 SI->setDefaultDest(Unreachable); in removeUndefIntroducingPredecessor()
7510 { { DominatorTree::Insert, Predecessor, Unreachable }, in removeUndefIntroducingPredecessor()
7590 case Instruction::Unreachable: in simplifyOnce()
/freebsd/contrib/atf/atf-sh/
H A Dlibatf-sh.subr275 _atf_error 128 "Unreachable"
320 _atf_error 128 "Unreachable"
712 _atf_error 128 "Unreachable"
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstruction.def133 HANDLE_TERM_INST ( 7, Unreachable , UnreachableInst)
/freebsd/share/examples/ipfilter/
H A Dexamples.txt314 (Destination Unreachable) or, if they're sending a TCP packet, a TCP RST
344 to end elegantly. To do this, the requested ICMP Unreachable code is placed
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp314 SmallPtrSet<BasicBlock *, 16> Unreachable; in runImpl() local
320 Unreachable.insert(&BB); in runImpl()
330 if (Unreachable.count(&BB)) in runImpl()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp880 INSTKEYWORD(unreachable, Unreachable); in LexIdentifier()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp617 case Unreachable: return "unreachable"; in getOpcodeName()
H A DInstructions.cpp1206 : Instruction(Type::getVoidTy(Context), Instruction::Unreachable, nullptr, in UnreachableInst()
1209 : Instruction(Type::getVoidTy(Context), Instruction::Unreachable, nullptr, in UnreachableInst()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp1422 case Instruction::Unreachable: in fastSelectInstruction()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DSanitizerArgs.cpp62 SanitizerKind::Unreachable | SanitizerKind::Return;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1846 case Unreachable: return 0; in InstructionOpcodeToISD()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp3455 else if (Kind == SanitizerKind::Return || Kind == SanitizerKind::Unreachable) in getRecoverableKind()
3792 if (SanOpts.has(SanitizerKind::Unreachable)) { in EmitUnreachable()
3795 SanitizerKind::Unreachable), in EmitUnreachable()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1821 case Instruction::Unreachable: in selectOperator()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h1226 case Instruction::Unreachable: in hasResult()
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc345 llvm_unreachable("Unreachable!");

12