HomeSort by relevance Sort by last modified time
    Searched refs:LowerInvoke (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Transforms/Utils/
LowerInvoke.cpp 1 //===- LowerInvoke.cpp - Eliminate Invoke & Unwind instructions -----------===//
31 // be done after the lowerinvoke pass has run (like generation of native code).
37 #define DEBUG_TYPE "lowerinvoke"
60 cl::desc("Make the -lowerinvoke pass insert expensive, but correct, EH code"));
63 class LowerInvoke : public FunctionPass {
77 explicit LowerInvoke(const TargetMachine *TM = 0,
102 char LowerInvoke::ID = 0;
103 INITIALIZE_PASS(LowerInvoke, "lowerinvoke",
107 char &llvm::LowerInvokePassID = LowerInvoke::ID
    [all...]
Android.mk 21 LowerInvoke.cpp \
  /dalvik/vm/
Dvm.mk 313 compiler/codegen/x86/LowerInvoke.cpp \

Completed in 202 milliseconds