Home
last modified time | relevance | path

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

12

/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DFunctionPropertiesAnalysis.cpp205 SetVector<const BasicBlock *> Unreachable; in finish() local
217 Unreachable.insert(Succ); in finish()
238 const auto AlreadyExcludedMark = Unreachable.size(); in finish()
239 for (size_t I = 0; I < Unreachable.size(); ++I) { in finish()
240 const auto *U = Unreachable[I]; in finish()
245 Unreachable.insert(Succ); in finish()
/openbsd/src/gnu/llvm/llvm/lib/Target/WebAssembly/AsmParser/
DWebAssemblyAsmTypeCheck.h36 bool Unreachable = false; variable
65 Unreachable = false; in Clear()
DWebAssemblyAsmTypeCheck.cpp78 if (Unreachable) in typeError()
219 Unreachable = true; in endOfFunction()
283 Unreachable = false; in typeCheck()
320 Unreachable = true; in typeCheck()
/openbsd/src/gnu/llvm/clang/lib/Format/
DUnwrappedLineParser.h232 void conditionalCompilationCondition(bool Unreachable);
233 void conditionalCompilationStart(bool Unreachable);
DUnwrappedLineParser.cpp1151 void UnwrappedLineParser::conditionalCompilationCondition(bool Unreachable) { in conditionalCompilationCondition() argument
1156 if (Unreachable || in conditionalCompilationCondition()
1164 void UnwrappedLineParser::conditionalCompilationStart(bool Unreachable) { in conditionalCompilationStart() argument
1171 PPChainBranchIndex.push(Unreachable ? -1 : 0); in conditionalCompilationStart()
1173 conditionalCompilationCondition(Unreachable || Skip); in conditionalCompilationStart()
1205 bool Unreachable = false; in parsePPIf() local
1207 Unreachable = true; in parsePPIf()
1209 Unreachable = true; in parsePPIf()
1210 conditionalCompilationStart(Unreachable); in parsePPIf()
/openbsd/src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
DBasicBlockUtils.h422 bool Unreachable, MDNode *BranchWeights,
449 bool Unreachable,
/openbsd/src/gnu/llvm/clang/include/clang/Basic/
DSanitizers.def107 SANITIZER("unreachable", Unreachable)
146 SignedIntegerOverflow | Unreachable | VLABound | Function |
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DBasicBlockUtils.cpp1475 bool Unreachable, MDNode *BranchWeights, in SplitBlockAndInsertIfThenImpl() argument
1497 if (Unreachable) in SplitBlockAndInsertIfThenImpl()
1544 bool Unreachable, in SplitBlockAndInsertIfThen() argument
1548 return SplitBlockAndInsertIfThenImpl(Cond, SplitBefore, Unreachable, in SplitBlockAndInsertIfThen()
1554 bool Unreachable, in SplitBlockAndInsertIfThen() argument
1558 return SplitBlockAndInsertIfThenImpl(Cond, SplitBefore, Unreachable, in SplitBlockAndInsertIfThen()
DSimplifyCFG.cpp7217 BasicBlock *Unreachable = BasicBlock::Create( in removeUndefIntroducingPredecessor() local
7219 Builder.SetInsertPoint(Unreachable); in removeUndefIntroducingPredecessor()
7225 Case.setSuccessor(Unreachable); in removeUndefIntroducingPredecessor()
7229 SI->setDefaultDest(Unreachable); in removeUndefIntroducingPredecessor()
7234 { { DominatorTree::Insert, Predecessor, Unreachable }, in removeUndefIntroducingPredecessor()
7313 case Instruction::Unreachable: in simplifyOnce()
/openbsd/src/gnu/llvm/llvm/tools/bugpoint/
DCrashDebugger.cpp408 SmallVector<BasicBlock *, 16> Unreachable; in simpleSimplifyCfg() local
411 Unreachable.push_back(&BB); in simpleSimplifyCfg()
416 for (auto *BB : Unreachable) { in simpleSimplifyCfg()
422 for (auto *BB : Unreachable) in simpleSimplifyCfg()
/openbsd/src/gnu/llvm/clang/tools/scan-build/bin/
Dscan-build338 Unreachable => $3,
491 $UnreachedBlocks += $Row->{Unreachable};
/openbsd/src/gnu/llvm/llvm/include/llvm/IR/
DInstruction.def133 HANDLE_TERM_INST ( 7, Unreachable , UnreachableInst)
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp411 SmallPtrSet<BasicBlock *, 16> Unreachable; in runImpl() local
417 Unreachable.insert(&BB); in runImpl()
427 if (Unreachable.count(&BB)) in runImpl()
/openbsd/src/gnu/llvm/llvm/lib/IR/
DInstruction.cpp406 case Unreachable: return "unreachable"; in getOpcodeName()
DInstructions.cpp1355 : Instruction(Type::getVoidTy(Context), Instruction::Unreachable, nullptr, in UnreachableInst()
1358 : Instruction(Type::getVoidTy(Context), Instruction::Unreachable, nullptr, in UnreachableInst()
/openbsd/src/gnu/llvm/llvm/lib/AsmParser/
DLLLexer.cpp865 INSTKEYWORD(unreachable, Unreachable); in LexIdentifier()
/openbsd/src/gnu/llvm/llvm/bindings/ocaml/llvm/
Dllvm.ml187 | Unreachable Constructor
1098 | Instruction (Br | IndirectBr | Invoke | Resume | Ret | Switch | Unreachable)
/openbsd/src/gnu/llvm/llvm/lib/Target/WebAssembly/
DWebAssemblyFastISel.cpp1422 case Instruction::Unreachable: in fastSelectInstruction()
/openbsd/src/gnu/llvm/clang/lib/Driver/
DSanitizerArgs.cpp63 SanitizerKind::Unreachable | SanitizerKind::Return;
/openbsd/src/gnu/llvm/llvm/docs/
DCoverageMappingFormat.rst211 …<span style='background-color:#4A789C'>; </span> <span class='c1'>// Unreachable region's counte…
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Vectorize/
DVPlan.h871 case Instruction::Unreachable: in hasResult()
/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGExpr.cpp3193 else if (Kind == SanitizerKind::Return || Kind == SanitizerKind::Unreachable) in getRecoverableKind()
3533 if (SanOpts.has(SanitizerKind::Unreachable)) { in EmitUnreachable()
3536 SanitizerKind::Unreachable), in EmitUnreachable()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1801 case Unreachable: return 0; in InstructionOpcodeToISD()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp1743 case Instruction::Unreachable: in selectOperator()
/openbsd/src/gnu/llvm/llvm/lib/Support/Windows/
DPath.inc347 llvm_unreachable("Unreachable!");

12