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

123

/external/clang/lib/Format/
H A DUnwrappedLineParser.h121 // '#else' or merge conflict marker). If 'Unreachable' is true, assumes
124 void conditionalCompilationCondition(bool Unreachable);
125 void conditionalCompilationStart(bool Unreachable);
H A DUnwrappedLineParser.cpp537 void UnwrappedLineParser::conditionalCompilationCondition(bool Unreachable) { argument
538 if (Unreachable || (!PPStack.empty() && PPStack.back() == PP_Unreachable))
544 void UnwrappedLineParser::conditionalCompilationStart(bool Unreachable) { argument
553 conditionalCompilationCondition(Unreachable || Skip);
2076 conditionalCompilationStart(/*Unreachable=*/false);
/external/v8/src/builtins/
H A Dbuiltins-generator.cc64 Unreachable();
93 Unreachable();
H A Dbuiltins-sharedarraybuffer.cc81 a->Unreachable();
133 a->Unreachable();
153 a->Unreachable();
H A Dbuiltins-typedarray.cc67 Unreachable();
H A Dbuiltins-promise.cc182 Unreachable();
254 Unreachable();
327 Unreachable();
1117 Unreachable();
1126 Unreachable();
1498 Unreachable();
1655 Unreachable();
H A Dbuiltins-date.cc952 assembler->Unreachable();
1159 assembler.Unreachable();
1170 assembler.Unreachable();
/external/llvm/include/llvm/Transforms/Utils/
H A DBasicBlockUtils.h245 /// If Unreachable is true, then ThenBlock ends with
251 bool Unreachable,
/external/swiftshader/third_party/subzero/src/
H A DIceInstrumentation.cpp111 case Inst::Unreachable:
H A DIceCfg.cpp421 PlacedList Unreachable; // Unreachable nodes local
433 Unreachable.push_back(Node);
434 PlaceIndex[Node->getIndex()] = Unreachable.end();
480 Reordered.reserve(Placed.size() + Unreachable.size());
483 for (CfgNode *Node : Unreachable)
511 NodeList Unreachable; local
521 Unreachable.push_back(Node);
524 Shuffled.reserve(ReversedReachable.size() + Unreachable.size());
527 for (CfgNode *Node : Unreachable)
[all...]
H A DIceInst.cpp93 X(Unreachable, "unreachable");
560 : InstHighLevel(Func, Inst::Unreachable, 0, nullptr) {}
H A DIceInst.h47 // Arbitrary (alphabetical) order, except put Unreachable first.
48 Unreachable, enumerator in enum:Ice::Inst::InstKind
811 /// Unreachable instruction. This is a terminator instruction with no operands.
825 return Instr->getKind() == Unreachable;
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DInstruction.cpp106 case Unreachable: return "unreachable";
437 case Unreachable:
/external/v8/tools/gcmole/
H A Dgcmole.cc323 static Environment Unreachable() { function in class:__anon28017::Environment
948 out_(Environment::Unreachable()),
1019 return Environment::Unreachable();
1024 return Environment::Unreachable();
1090 return Environment::Unreachable();
/external/spirv-llvm/lib/SPIRV/libSPIRV/
H A DSPIRVOpCodeEnum.h234 _SPIRV_OP(Unreachable, 255)
/external/clang/tools/scan-build/bin/
H A Dscan-build344 my $Regex = qr/(.*?)\ ->\ Total\ CFGBlocks:\ (\d+)\ \|\ Unreachable
357 Unreachable => $3,
507 $UnreachedBlocks += $Row->{Unreachable};
/external/llvm/unittests/IR/
H A DDominatorTreeTest.cpp138 // Unreachable doesn't dominate reachable
246 TEST(DominatorTree, Unreachable) {
/external/v8/src/wasm/
H A Dwasm-opcodes.cc102 CASE_OP(Unreachable, "unreachable")
/external/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp617 bool Unreachable, MDNode *BranchWeights,
625 if (Unreachable)
616 SplitBlockAndInsertIfThen(Value *Cond, Instruction *SplitBefore, bool Unreachable, MDNode *BranchWeights, DominatorTree *DT, LoopInfo *LI) argument
/external/v8/src/compiler/
H A Dcode-assembler.cc282 void CodeAssembler::Unreachable() { function in class:v8::internal::compiler::CodeAssembler
284 raw_assembler()->Unreachable();
H A Dcode-assembler.h238 void Unreachable();
H A Draw-machine-assembler.cc169 void RawMachineAssembler::Unreachable() { function in class:v8::internal::compiler::RawMachineAssembler
H A Dwasm-compiler.h184 Node* Unreachable(wasm::WasmCodePosition position);
/external/llvm/lib/IR/
H A DInstruction.cpp267 case Unreachable: return "unreachable";
/external/v8/src/builtins/arm64/
H A Dbuiltins-arm64.cc893 __ Unreachable();
1232 __ Unreachable();
1277 __ Unreachable();
1306 __ Unreachable();
3257 __ Unreachable();

Completed in 629 milliseconds

123