Searched refs:Unreachable (Results 1 - 19 of 19) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.h159 // '#else' or merge conflict marker). If 'Unreachable' is true, assumes
162 void conditionalCompilationCondition(bool Unreachable);
163 void conditionalCompilationStart(bool Unreachable);
H A DUnwrappedLineParser.cpp697 void UnwrappedLineParser::conditionalCompilationCondition(bool Unreachable) { argument
702 if (Unreachable ||
709 void UnwrappedLineParser::conditionalCompilationStart(bool Unreachable) { argument
718 conditionalCompilationCondition(Unreachable || Skip);
751 bool Unreachable = false; local
753 Unreachable = true;
755 Unreachable = true;
756 conditionalCompilationStart(Unreachable);
2730 conditionalCompilationStart(/*Unreachable=*/false);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DBasicBlockUtils.h300 /// If \p Unreachable is true, the newly created block will end with
306 bool Unreachable,
/freebsd-12-stable/contrib/bmake/unit-tests/
H A Dcond-short.mk89 # Unreachable nested conditions are skipped completely as well.
/freebsd-12-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DCrashDebugger.cpp409 SmallVector<BasicBlock *, 16> Unreachable; local
412 Unreachable.push_back(&BB);
417 for (auto *BB : Unreachable) {
423 for (auto *BB : Unreachable)
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp585 // OldBB is a loop entry or if SplitMakesNewLoopHeader. Unreachable blocks
927 bool Unreachable,
939 if (Unreachable)
925 SplitBlockAndInsertIfThen(Value *Cond, Instruction *SplitBefore, bool Unreachable, MDNode *BranchWeights, DominatorTree *DT, LoopInfo *LI, BasicBlock *ThenBlock) argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp379 SmallPtrSet<BasicBlock *, 16> Unreachable; local
385 Unreachable.insert(&BB);
395 if (Unreachable.count(&BB))
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp301 case Unreachable: return "unreachable";
H A DInstructions.cpp1115 : Instruction(Type::getVoidTy(Context), Instruction::Unreachable, nullptr,
1118 : Instruction(Type::getVoidTy(Context), Instruction::Unreachable, nullptr,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp875 INSTKEYWORD(unreachable, Unreachable);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/
H A DSanitizerArgs.cpp56 SanitizerKind::Unreachable | SanitizerKind::Return;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp1388 case Instruction::Unreachable:
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp2955 else if (Kind == SanitizerKind::Return || Kind == SanitizerKind::Unreachable)
3292 if (SanOpts.has(SanitizerKind::Unreachable)) {
3295 SanitizerKind::Unreachable), member in class:SanitizerKind
H A DCGCall.cpp4476 if (SanOpts.has(SanitizerKind::Unreachable)) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1873 case Instruction::Unreachable:
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1588 case Unreachable: return 0;
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h4693 return I->getOpcode() == Instruction::Unreachable;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp1505 // Unreachable blocks may have zero-operand PHI nodes.
2678 // Unreachable blocks may have zero-operand PHI nodes.
4126 case Instruction::Unreachable:
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2868 case Instruction::Unreachable:

Completed in 342 milliseconds