OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PruneEH
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Transforms/IPO/
PruneEH.cpp
1
//===-
PruneEH
.cpp - Pass which deletes unused exception handlers ---------===//
37
struct
PruneEH
: public CallGraphSCCPass {
39
PruneEH
() : CallGraphSCCPass(ID) {
51
char
PruneEH
::ID = 0;
52
INITIALIZE_PASS_BEGIN(
PruneEH
, "prune-eh",
55
INITIALIZE_PASS_END(
PruneEH
, "prune-eh",
58
Pass *llvm::createPruneEHPass() { return new
PruneEH
(); }
61
bool
PruneEH
::runOnSCC(CallGraphSCC &SCC) {
173
bool
PruneEH
::SimplifyFunction(Function *F) {
235
void
PruneEH
::DeleteBasicBlock(BasicBlock *BB)
[
all
...]
Android.mk
22
PruneEH
.cpp \
Completed in 730 milliseconds