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