HomeSort by relevance Sort by last modified time
    Searched full:landingpad (Results 251 - 275 of 371) sorted by null

<<1112131415

  /external/llvm/test/Bitcode/
compatibility.ll 573 %cleanup = landingpad i8 cleanup
585 %cleanup = landingpad i32 cleanup
784 %cleanup = landingpad i32 cleanup
    [all...]
compatibility-3.6.ll 669 define void @instructions.terminators(i8 %val) { ; XXX: landingpad changed.
709 %cleanup = landingpad i32 personality i32()* @personality_handler cleanup
    [all...]
compatibility-3.7.ll 565 %cleanup = landingpad i8 cleanup
577 %cleanup = landingpad i32 cleanup
751 %cleanup = landingpad i32 cleanup
    [all...]
  /external/clang/test/CodeGenCXX/
eh.cpp 119 // CHECK: [[CAUGHTVAL:%.*]] = landingpad { i8*, i32 }
141 // CHECK: [[CAUGHTVAL:%.*]] = landingpad { i8*, i32 }
195 // CHECK: landingpad { i8*, i32 }
  /external/llvm/include/llvm/IR/
Statepoint.h 399 LandingPadInst *LandingPad =
402 // Search for extract value from landingpad instruction to which
404 for (const User *LandingPadUser : LandingPad->users()) {
Instruction.def 196 HANDLE_OTHER_INST(64, LandingPad, LandingPadInst) // Landing pad instruction.
  /external/llvm/test/Transforms/LoopRotate/
multiple-exits.ll 109 %0 = landingpad { i8*, i32 }
135 %5 = landingpad { i8*, i32 }
152 %9 = landingpad { i8*, i32 }
  /external/llvm/include/llvm/Transforms/Utils/
BasicBlockUtils.h 199 /// If BB is a landingpad block then additional basicblock might be introduced.
217 /// block gets the remaining predecessors of OrigBB. The landingpad instruction
  /external/llvm/test/CodeGen/PowerPC/
glob-comp-aa-crash.ll 53 %1 = landingpad { i8*, i32 }
60 %4 = landingpad { i8*, i32 }
  /external/llvm/test/CodeGen/X86/
2008-04-17-CoalescerBug.ll 154 %exn = landingpad {i8*, i32}
158 %exn8185 = landingpad {i8*, i32}
statepoint-stack-usage.ll 88 %landing_pad = landingpad { i8*, i32 }
93 %landing_pad2 = landingpad { i8*, i32 }
2010-04-06-SSEDomainFixCrash.ll 63 %exn = landingpad {i8*, i32}
fast-isel-gep.ll 106 %exn = landingpad {i8*, i32}
setjmp-spills.ll 106 %lp = landingpad { i8*, i32 } cleanup
  /external/llvm/test/Transforms/SCCP/
ipsccp-basic.ll 93 %val = landingpad { i8*, i32 }
126 %val = landingpad { i8*, i32 }
  /external/llvm/test/CodeGen/Thumb2/
constant-islands.ll     [all...]
  /external/clang/test/CodeGenObjC/
ns_consume_null_check.m 82 // CHECK: landingpad
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCFIException.cpp 140 // it because it might not appear in any landingpad
  /external/llvm/test/Analysis/BranchProbabilityInfo/
noreturn.ll 104 %ll = landingpad { i8*, i32 }
  /external/llvm/test/Analysis/LazyCallGraph/
basic.ll 100 %res = landingpad { i8*, i32 }
  /external/llvm/test/CodeGen/ARM/
crash.ll 86 %0 = landingpad { i8*, i32 }
eh-dispcont.ll 19 %1 = landingpad { i8*, i32 }
setjmp_longjmp.ll 77 %0 = landingpad { i8*, i32 } catch i8* bitcast (i8** @_ZTIPKc to i8*)
  /external/llvm/test/CodeGen/SPARC/
exception.ll 105 %exc = landingpad { i8*, i32 }
  /external/llvm/test/CodeGen/XCore/
exception.ll 80 %0 = landingpad { i8*, i32 }

Completed in 395 milliseconds

<<1112131415