HomeSort by relevance Sort by last modified time
    Searched full:unreachable (Results 326 - 350 of 1414) sorted by null

<<11121314151617181920>>

  /external/llvm/test/Transforms/Inline/
invoke_test-2.ll 2 ; throw, that the dead handler is now unreachable.
  /external/llvm/test/Transforms/JumpThreading/
2011-04-02-SimplifyDeadBlock.ll 7 unreachable
  /external/llvm/test/Transforms/LICM/
2007-09-24-PromoteNullValue.ll 43 unreachable
  /external/llvm/test/Transforms/LoopStrengthReduce/
pr3571.ll 24 unreachable
  /external/llvm/test/Transforms/Reassociate/
2011-01-26-UseAfterFree.ll 22 unreachable
  /external/llvm/test/Transforms/ScalarRepl/
2008-02-28-SubElementExtractCrash.ll 15 unreachable
2011-09-22-PHISpeculateInvoke.ll 36 unreachable
2011-10-11-VectorMemset.ll 16 unreachable
  /external/llvm/test/Transforms/SimplifyLibCalls/
2009-07-28-Exit.ll 17 unreachable
2009-07-29-Exit2.ll 17 unreachable
  /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) {
  /frameworks/compile/libbcc/lib/Support/
InputFile.cpp 51 // unreachable
  /frameworks/compile/mclinker/include/mcld/LD/
DiagLayouts.inc 3 DIAG(err_section_not_laid_out, DiagnosticEngine::Unreachable, "section %0 has not been laid out. Developers may use an output LDSection in Layout::getFragmentRef", "section %0 has not been laid out. Developers may use an output LDSection in Layout::getFragmentRef")
  /libcore/luni/src/test/java/libcore/java/lang/ref/
FinalizationTester.java 21 * analysis of what is reachable. Unreachable references in local frames may not
  /external/llvm/test/CodeGen/Thumb2/
2009-09-28-ITBlockBug.ll 25 unreachable
36 unreachable
56 unreachable
77 unreachable
130 unreachable
139 unreachable
148 unreachable
  /external/llvm/test/Transforms/GVN/
crash.ll 87 unreachable
89 bb64.i: ; Unreachable
92 bb66.i: ; Unreachable
167 ; Test that a GEP in an unreachable block with the following form doesn't crash
178 ;; Unreachable code.
180 unreachable.bb:
187 br label %unreachable.bb
2009-02-17-LoadPRECrash.ll 58 unreachable
89 unreachable
102 unreachable
117 unreachable
167 unreachable
192 unreachable
  /external/v8/src/
code-stubs.cc 159 UNREACHABLE();
227 UNREACHABLE();
287 UNREACHABLE();
323 UNREACHABLE();
413 UNREACHABLE();
441 UNREACHABLE();
453 UNREACHABLE();
  /external/llvm/lib/CodeGen/
UnreachableBlockElim.cpp 1 //===-- UnreachableBlockElim.cpp - Remove unreachable blocks for codegen --===//
16 // selectors for various targets should just not generate code for unreachable
59 "Remove unreachable blocks from the CFG", false, false)
112 INITIALIZE_PASS(UnreachableMachineBlockElim, "unreachable-mbb-elimination",
113 "Remove unreachable machine basic blocks", false, false)
  /external/llvm/test/Transforms/LCSSA/
invoke-dest.ll 39 unreachable
61 unreachable
84 unreachable
120 unreachable
132 unreachable
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/
IndexDataManager.cpp 66 else UNREACHABLE();
96 else UNREACHABLE();
112 default: UNREACHABLE(); alignedOffset = false;
203 default: UNREACHABLE(); return sizeof(GLushort);
352 else UNREACHABLE(); // Static index buffers can't be resized
  /external/llvm/test/CodeGen/X86/
2012-11-30-misched-dbg.ll 34 unreachable
57 unreachable
60 unreachable
103 unreachable
112 unreachable
120 unreachable
  /external/clang/test/SemaCXX/
return-noreturn.cpp 1 // RUN: %clang_cc1 %s -fsyntax-only -verify -Wreturn-type -Wmissing-noreturn -Wno-unreachable-code -Wno-covered-switch-default
2 // RUN: %clang_cc1 %s -fsyntax-only -std=c++11 -verify -Wreturn-type -Wmissing-noreturn -Wno-unreachable-code -Wno-covered-switch-default
  /external/llvm/lib/Transforms/Scalar/
SimplifyCFGPass.cpp 70 /// changeToUnreachable - Insert an unreachable instruction before the specified
126 // Do a quick scan of the basic block, turning any obviously unreachable
127 // instructions into LLVM unreachable insts. The instruction combining pass
128 // canonicalizes unreachable insts into stores to null or undef.
132 // If we found a call to a no-return function, insert an unreachable
137 // Don't insert a call to llvm.trap right before the unreachable.
146 // they should be changed to unreachable by passes that can't modify the
197 // If there are unreachable blocks in the CFG...
  /external/llvm/test/CodeGen/ARM/
2009-08-21-PostRAKill.ll 16 unreachable
37 unreachable

Completed in 2140 milliseconds

<<11121314151617181920>>