/frameworks/compile/mclinker/include/mcld/Support/ |
MsgHandling.h | 31 MsgHandler unreachable(unsigned int pID); 44 inline mcld::MsgHandler mcld::unreachable(unsigned int pID) function in class:mcld 46 return getDiagnosticEngine().report(pID, DiagnosticEngine::Unreachable);
|
/frameworks/compile/mclinker/lib/LD/ |
TextDiagnosticPrinter.cpp | 50 case DiagnosticEngine::Unreachable: { 52 m_OStream << "Unreachable: "; 113 case DiagnosticEngine::Unreachable: {
|
/frameworks/compile/mclinker/include/mcld/LD/ |
DiagnosticEngine.h | 41 Unreachable,
|
/external/llvm/include/llvm/Transforms/Utils/ |
BasicBlockUtils.h | 223 /// If Unreachable is true, then ThenBlock ends with 228 bool Unreachable, MDNode *BranchWeights = 0);
|
/external/llvm/unittests/IR/ |
DominatorTreeTest.cpp | 114 // Instruction dominance in the same unreachable BB 129 // Anything dominates unreachable 133 // Unreachable doesn't dominate reachable 192 TEST(DominatorTree, Unreachable) {
|
/external/v8/tools/gcmole/ |
gcmole.cc | 324 static Environment Unreachable() { 935 out_(Environment::Unreachable()), 1006 return Environment::Unreachable(); 1011 return Environment::Unreachable(); 1077 return Environment::Unreachable(); [all...] |
/external/llvm/lib/Transforms/Utils/ |
BasicBlockUtils.cpp | 51 // value with. Note that since this block is unreachable, and all values 706 /// If Unreachable is true, then ThenBlock ends with 711 bool Unreachable, MDNode *BranchWeights) { 719 if (Unreachable)
|
/external/clang/tools/scan-build/ |
scan-build | 291 my $Regex = qr/(.*?)\ ->\ Total\ CFGBlocks:\ (\d+)\ \|\ Unreachable 304 Unreachable => $3, 444 $UnreachedBlocks += $Row->{Unreachable}; [all...] |
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/ |
DebugGrammarLexer.cs | 5 // Unreachable code detected.
|
ProfileGrammarLexer.cs | 5 // Unreachable code detected.
|
DebugTreeGrammar.cs | 5 // Unreachable code detected.
|
ProfileTreeGrammar.cs | 5 // Unreachable code detected.
|
DebugGrammarParser.cs | 5 // Unreachable code detected. [all...] |
ProfileGrammarParser.cs | 5 // Unreachable code detected. [all...] |
/external/llvm/lib/IR/ |
Instruction.cpp | 195 case Unreachable: return "unreachable";
|
Instructions.cpp | 701 : TerminatorInst(Type::getVoidTy(Context), Instruction::Unreachable, 705 : TerminatorInst(Type::getVoidTy(Context), Instruction::Unreachable, [all...] |
/external/llvm/lib/AsmParser/ |
LLLexer.cpp | 669 INSTKEYWORD(unreachable, Unreachable);
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
FastISel.cpp | [all...] |
SelectionDAGISel.cpp | 79 STATISTIC(NumFastIselFailUnreachable,"Fast isel fails on Unreachable"); [all...] |
/external/llvm/lib/CodeGen/ |
TargetLoweringBase.cpp | [all...] |
/external/llvm/bindings/ocaml/llvm/ |
llvm.ml | 147 | Unreachable [all...] |
/external/v8/src/ |
liveedit-debugger.js | 654 Assert("Unreachable", false); [all...] |
/external/llvm/include/llvm/IR/ |
Instructions.h | [all...] |
/external/llvm/lib/Analysis/ |
ValueTracking.cpp | 701 // Unreachable blocks may have zero-operand PHI nodes. [all...] |
/external/llvm/lib/Bitcode/Writer/ |
BitcodeWriter.cpp | [all...] |