reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/Transforms/Scalar.h
   48 FunctionPass *createSCCPPass();

References

include/llvm/LinkAllPasses.h
  167       (void) llvm::createSCCPPass();
lib/Transforms/Coroutines/CoroSplit.cpp
  877   FPM.add(createSCCPPass());
lib/Transforms/IPO/PassManagerBuilder.cpp
  394   MPM.add(createSCCPPass());                  // Constant prop with SCCP
  939   PM.add(createSCCPPass()); // Propagate exposed constants
lib/Transforms/Scalar/Scalar.cpp
  224   unwrap(PM)->add(createSCCPPass());
tools/polly/lib/CodeGen/CodegenCleanup.cpp
   93     FPM->add(createSCCPPass());