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