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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.h166 // '#else' or merge conflict marker). If 'Unreachable' is true, assumes
169 void conditionalCompilationCondition(bool Unreachable);
170 void conditionalCompilationStart(bool Unreachable);
H A DUnwrappedLineParser.cpp746 void UnwrappedLineParser::conditionalCompilationCondition(bool Unreachable) { argument
751 if (Unreachable ||
758 void UnwrappedLineParser::conditionalCompilationStart(bool Unreachable) { argument
767 conditionalCompilationCondition(Unreachable || Skip);
800 bool Unreachable = false; local
802 Unreachable = true;
804 Unreachable = true;
805 conditionalCompilationStart(Unreachable);
1588 // Unreachable for well-formed code (paired '{' and '}').
3032 conditionalCompilationStart(/*Unreachable
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DBasicBlockUtils.h323 /// If \p Unreachable is true, the newly created block will end with
329 bool Unreachable,
/freebsd-13-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-13-stable/contrib/bmake/unit-tests/
H A Dcond-short.mk109 # Unreachable nested conditions are skipped completely as well.
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp611 // OldBB is a loop entry or if SplitMakesNewLoopHeader. Unreachable blocks
969 bool Unreachable,
981 if (Unreachable)
967 SplitBlockAndInsertIfThen(Value *Cond, Instruction *SplitBefore, bool Unreachable, MDNode *BranchWeights, DominatorTree *DT, LoopInfo *LI, BasicBlock *ThenBlock) argument
H A DSimplifyCFG.cpp6220 case Instruction::Unreachable:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp391 SmallPtrSet<BasicBlock *, 16> Unreachable; local
397 Unreachable.insert(&BB);
407 if (Unreachable.count(&BB))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp328 case Unreachable: return "unreachable";
H A DInstructions.cpp1169 : Instruction(Type::getVoidTy(Context), Instruction::Unreachable, nullptr,
1172 : Instruction(Type::getVoidTy(Context), Instruction::Unreachable, nullptr,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp884 INSTKEYWORD(unreachable, Unreachable);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/
H A DSanitizerArgs.cpp58 SanitizerKind::Unreachable | SanitizerKind::Return;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h763 case Instruction::Unreachable:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp1381 case Instruction::Unreachable:
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp3074 else if (Kind == SanitizerKind::Return || Kind == SanitizerKind::Unreachable)
3411 if (SanOpts.has(SanitizerKind::Unreachable)) {
3414 SanitizerKind::Unreachable), member in class:SanitizerKind
H A DCGCall.cpp4944 if (SanOpts.has(SanitizerKind::Unreachable)) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1911 case Instruction::Unreachable:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1641 case Unreachable: return 0;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h4624 return I->getOpcode() == Instruction::Unreachable;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp1590 // Unreachable blocks may have zero-operand PHI nodes.
2927 // Unreachable blocks may have zero-operand PHI nodes.
4391 case Instruction::Unreachable:
4835 // Unreachable block
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2894 case Instruction::Unreachable:

Completed in 402 milliseconds