Home
last modified time | relevance | path

Searched defs:SCCP (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DSCCP.cpp1599 struct SCCP : public FunctionPass { struct
1600 static char ID; // Pass identification, replacement for typeid
1601 SCCP() : FunctionPass(ID) { in SCCP() argument