Searched defs:PruneEH (Results 1 – 2 of 2) sorted by relevance
41 struct PruneEH : public CallGraphSCCPass { struct42 static char ID; // Pass identification, replacement for typeid43 PruneEH() : CallGraphSCCPass(ID) { in PruneEH() function
37 struct PruneEH : public CallGraphSCCPass { struct38 static char ID; // Pass identification, replacement for typeid39 PruneEH() : CallGraphSCCPass(ID) { in PruneEH() argument