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

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/Transforms/InstCombine/
crash.ll 138 %exn = landingpad {i8*, i32}
170 %exc = landingpad { i8*, i32 }
176 %exc1 = landingpad { i8*, i32 }
221 %exn = landingpad {i8*, i32}
392 %lpad.nonloopexit262 = landingpad { i8*, i32 }
gepphigep.ll 60 ; Check that instcombine doesn't insert GEPs before landingpad.
87 %tmp27 = landingpad { i8*, i32 } catch i8* bitcast (i8** @_ZTIi to i8*)
95 ; CHECK-NEXT: {{.*}}landingpad { i8*, i32 }
  /external/llvm/test/Transforms/Inline/
2006-11-09-InlineCGUpdate-2.ll 135 %exn = landingpad {i8*, i32}
166 %exn = landingpad {i8*, i32}
205 %exn = landingpad {i8*, i32}
  /external/llvm/test/Transforms/JumpThreading/
landing-pad.ll 71 %4 = landingpad { i8*, i32 }
77 %5 = landingpad { i8*, i32 }
94 %7 = landingpad { i8*, i32 }
  /external/llvm/bindings/python/llvm/
enumerations.py 120 ('LandingPad', 59),
  /external/llvm/lib/Transforms/Utils/
LowerInvoke.cpp 12 // instructions, so that any exception-handling 'landingpad' blocks become dead
  /external/llvm/test/CodeGen/ARM/
2009-08-31-LSDA-Name.ll 42 %exn = landingpad {i8*, i32}
dwarf-eh.ll 29 %5 = landingpad { i8*, i32 }
global-merge.ll 24 %tmp2 = landingpad { i8*, i32 }
  /external/llvm/test/CodeGen/Mips/
ehframe-indirect.ll 20 %0 = landingpad { i8*, i32 }
  /external/llvm/test/CodeGen/PowerPC/
2007-11-16-landingpad-split.ll 36 %exn = landingpad {i8*, i32}
fast-isel-icmp-split.ll 45 %2 = landingpad { i8*, i32 }
  /external/llvm/test/CodeGen/X86/
debugloc-argsize.ll 13 %0 = landingpad { i8*, i32 }
  /external/llvm/test/DebugInfo/X86/
arange-and-stub.ll 27 %tmp1 = landingpad { i8*, i32 }
  /external/llvm/test/Feature/
exception.ll 18 %exn = landingpad {i8*, i32}
  /external/llvm/test/Transforms/GVN/
2010-05-08-OneBit.ll 48 %exn = landingpad {i8*, i32}
2011-09-07-TypeIdFor.ll 26 %0 = landingpad { i8*, i32 }
  /external/llvm/test/Transforms/IndVarSimplify/
interesting-invoke-use.ll 50 %exn = landingpad {i8*, i32}
  /external/llvm/test/Transforms/LoopUnswitch/
2011-09-26-EHCrash.ll 41 %1 = landingpad { i8*, i32 }
  /external/llvm/test/Transforms/ObjCARC/
contract-testcases.ll 85 %tmp1 = landingpad { i8*, i32 }
  /ndk/sources/cxx-stl/gabi++/src/
dwarf_helper.h 74 uintptr_t landingPad; // null -> nothing found, else something found
  /external/clang/test/CodeGenCXX/
nrvo.cpp 86 // CHECK-EH: [[CAUGHTVAL:%.*]] = landingpad { i8*, i32 }
120 // CHECK-EH: [[T0:%.*]] = landingpad { i8*, i32 }
  /external/llvm/lib/CodeGen/AsmPrinter/
EHStreamer.cpp 198 const LandingPadInfo *LandingPad = LandingPads[i];
199 for (unsigned j = 0, E = LandingPad->BeginLabels.size(); j != E; ++j) {
200 MCSymbol *BeginLabel = LandingPad->BeginLabels[j];
254 const LandingPadInfo *LandingPad = LandingPads[P.PadIndex];
255 assert(BeginLabel == LandingPad->BeginLabels[P.RangeIndex] &&
268 LastLabel = LandingPad->EndLabels[P.RangeIndex];
271 if (!LandingPad->LandingPadLabel) {
279 LandingPad,
  /external/llvm/test/CodeGen/AArch64/
br-to-eh-lpad.ll 15 %0 = landingpad { i8*, i32 }
49 %1 = landingpad { i8*, i32 }
  /external/llvm/test/Transforms/PGOProfile/
landingpad.ll 2 ; RUN: llvm-profdata merge %S/Inputs/landingpad.proftext -o %t.profdata
66 %tmp = landingpad { i8*, i32 }

Completed in 292 milliseconds

1 2 3 4 5 6 7 8 91011>>