Searched defs:PruneEH (Results 1 – 1 of 1) sorted by relevance
43 struct PruneEH : public CallGraphSCCPass { struct44 static char ID; // Pass identification, replacement for typeid45 PruneEH() : CallGraphSCCPass(ID) { in PruneEH() argument