Searched defs:SCCP (Results 1 – 2 of 2) sorted by relevance
41 SCCP = 8, enumerator
1685 struct SCCP : public FunctionPass { struct1686 static char ID; // Pass identification, replacement for typeid1687 SCCP() : FunctionPass(ID) { in SCCP() function