Searched defs:IPCP (Results 1 – 1 of 1) sorted by relevance
36 struct IPCP : public ModulePass { struct37 static char ID; // Pass identification, replacement for typeid38 IPCP() : ModulePass(ID) { in IPCP() function