Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DPruneEH.cpp43 struct PruneEH : public CallGraphSCCPass { struct
44 static char ID; // Pass identification, replacement for typeid
45 PruneEH() : CallGraphSCCPass(ID) { in PruneEH() argument