Home
last modified time | relevance | path

Searched defs:PruneEH (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/IPO/
DPruneEH.cpp40 struct PruneEH : public CallGraphSCCPass { struct
41 static char ID; // Pass identification, replacement for typeid
42 PruneEH() : CallGraphSCCPass(ID) { in PruneEH() function