Searched defs:PruneEH (Results 1 – 1 of 1) sorted by relevance
40 struct PruneEH : public CallGraphSCCPass { struct41 static char ID; // Pass identification, replacement for typeid42 PruneEH() : CallGraphSCCPass(ID) { in PruneEH() function