Searched defs:SCCP (Results 1 – 1 of 1) sorted by relevance
1599 struct SCCP : public FunctionPass { struct1600 static char ID; // Pass identification, replacement for typeid1601 SCCP() : FunctionPass(ID) { in SCCP() argument