Searched refs:LowerInvoke (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Transforms/Utils/
H A DLowerInvoke.cpp1 //===- LowerInvoke.cpp - Eliminate Invoke instructions --------------------===//
31 class LowerInvoke : public FunctionPass { class in namespace:__anon14789
34 explicit LowerInvoke() : FunctionPass(ID) { function in class:__anon14789::LowerInvoke
41 char LowerInvoke::ID = 0;
42 INITIALIZE_PASS(LowerInvoke, "lowerinvoke",
46 char &llvm::LowerInvokePassID = LowerInvoke::ID;
48 // Public Interface To the LowerInvoke pass.
50 return new LowerInvoke();
53 bool LowerInvoke::runOnFunction(Function &F) {
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
H A DLowerInvoke.cpp1 //===- LowerInvoke.cpp - Eliminate Invoke & Unwind instructions -----------===//
64 class LowerInvoke : public FunctionPass { class in namespace:__anon23090
79 explicit LowerInvoke(const TargetLowering *tli = NULL, function in class:__anon23090::LowerInvoke
104 char LowerInvoke::ID = 0;
105 INITIALIZE_PASS(LowerInvoke, "lowerinvoke",
109 char &llvm::LowerInvokePassID = LowerInvoke::ID;
111 // Public Interface To the LowerInvoke pass.
113 return new LowerInvoke(TLI, ExpensiveEHSupport);
117 return new LowerInvoke(TLI, useExpensiveEHSupport);
122 bool LowerInvoke
[all...]
/external/swiftshader/third_party/LLVM/
H A DAndroid.mk354 lib/Transforms/Utils/LowerInvoke.cpp \

Completed in 192 milliseconds