Changeset View
Changeset View
Standalone View
Standalone View
include/llvm/InitializePasses.h
Show All 40 Lines | |||||
void initializeIPO(PassRegistry&); | void initializeIPO(PassRegistry&); | ||||
/// Initialize all passes linked into the Instrumentation library. | /// Initialize all passes linked into the Instrumentation library. | ||||
void initializeInstrumentation(PassRegistry&); | void initializeInstrumentation(PassRegistry&); | ||||
/// Initialize all passes linked into the Analysis library. | /// Initialize all passes linked into the Analysis library. | ||||
void initializeAnalysis(PassRegistry&); | void initializeAnalysis(PassRegistry&); | ||||
/// Initialize all passes linked into the Coroutines library. | |||||
void initializeCoroutines(PassRegistry&); | |||||
/// Initialize all passes linked into the CodeGen library. | /// Initialize all passes linked into the CodeGen library. | ||||
void initializeCodeGen(PassRegistry&); | void initializeCodeGen(PassRegistry&); | ||||
/// Initialize all passes linked into the GlobalISel library. | /// Initialize all passes linked into the GlobalISel library. | ||||
void initializeGlobalISel(PassRegistry &Registry); | void initializeGlobalISel(PassRegistry &Registry); | ||||
/// Initialize all passes linked into the CodeGen library. | /// Initialize all passes linked into the CodeGen library. | ||||
void initializeTarget(PassRegistry&); | void initializeTarget(PassRegistry&); | ||||
▲ Show 20 Lines • Show All 288 Lines • Show Last 20 Lines |