| /openbsd/src/gnu/llvm/llvm/lib/Analysis/ |
| D | FunctionPropertiesAnalysis.cpp | 205 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/ |
| D | WebAssemblyAsmTypeCheck.h | 36 bool Unreachable = false; variable 65 Unreachable = false; in Clear()
|
| D | WebAssemblyAsmTypeCheck.cpp | 78 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/ |
| D | UnwrappedLineParser.h | 232 void conditionalCompilationCondition(bool Unreachable); 233 void conditionalCompilationStart(bool Unreachable);
|
| D | UnwrappedLineParser.cpp | 1151 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/ |
| D | BasicBlockUtils.h | 422 bool Unreachable, MDNode *BranchWeights, 449 bool Unreachable,
|
| /openbsd/src/gnu/llvm/clang/include/clang/Basic/ |
| D | Sanitizers.def | 107 SANITIZER("unreachable", Unreachable) 146 SignedIntegerOverflow | Unreachable | VLABound | Function |
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| D | BasicBlockUtils.cpp | 1475 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()
|
| D | SimplifyCFG.cpp | 7217 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/ |
| D | CrashDebugger.cpp | 408 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/ |
| D | scan-build | 338 Unreachable => $3, 491 $UnreachedBlocks += $Row->{Unreachable};
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/IR/ |
| D | Instruction.def | 133 HANDLE_TERM_INST ( 7, Unreachable , UnreachableInst)
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| D | JumpThreading.cpp | 411 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/ |
| D | Instruction.cpp | 406 case Unreachable: return "unreachable"; in getOpcodeName()
|
| D | Instructions.cpp | 1355 : 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/ |
| D | LLLexer.cpp | 865 INSTKEYWORD(unreachable, Unreachable); in LexIdentifier()
|
| /openbsd/src/gnu/llvm/llvm/bindings/ocaml/llvm/ |
| D | llvm.ml | 187 | Unreachable Constructor 1098 | Instruction (Br | IndirectBr | Invoke | Resume | Ret | Switch | Unreachable)
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/WebAssembly/ |
| D | WebAssemblyFastISel.cpp | 1422 case Instruction::Unreachable: in fastSelectInstruction()
|
| /openbsd/src/gnu/llvm/clang/lib/Driver/ |
| D | SanitizerArgs.cpp | 63 SanitizerKind::Unreachable | SanitizerKind::Return;
|
| /openbsd/src/gnu/llvm/llvm/docs/ |
| D | CoverageMappingFormat.rst | 211 …<span style='background-color:#4A789C'>; </span> <span class='c1'>// Unreachable region's counte…
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
| D | VPlan.h | 871 case Instruction::Unreachable: in hasResult()
|
| /openbsd/src/gnu/llvm/clang/lib/CodeGen/ |
| D | CGExpr.cpp | 3193 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/ |
| D | TargetLoweringBase.cpp | 1801 case Unreachable: return 0; in InstructionOpcodeToISD()
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| D | FastISel.cpp | 1743 case Instruction::Unreachable: in selectOperator()
|
| /openbsd/src/gnu/llvm/llvm/lib/Support/Windows/ |
| D | Path.inc | 347 llvm_unreachable("Unreachable!");
|