Changeset View
Changeset View
Standalone View
Standalone View
include/llvm/InitializePasses.h
Show First 20 Lines • Show All 160 Lines • ▼ Show 20 Lines | |||||
void initializeLiveRegMatrixPass(PassRegistry&); | void initializeLiveRegMatrixPass(PassRegistry&); | ||||
void initializeLiveStacksPass(PassRegistry&); | void initializeLiveStacksPass(PassRegistry&); | ||||
void initializeLiveVariablesPass(PassRegistry&); | void initializeLiveVariablesPass(PassRegistry&); | ||||
void initializeLoaderPassPass(PassRegistry&); | void initializeLoaderPassPass(PassRegistry&); | ||||
void initializeLocalStackSlotPassPass(PassRegistry&); | void initializeLocalStackSlotPassPass(PassRegistry&); | ||||
void initializeLoopDeletionPass(PassRegistry&); | void initializeLoopDeletionPass(PassRegistry&); | ||||
void initializeLoopExtractorPass(PassRegistry&); | void initializeLoopExtractorPass(PassRegistry&); | ||||
void initializeLoopInfoWrapperPassPass(PassRegistry&); | void initializeLoopInfoWrapperPassPass(PassRegistry&); | ||||
void initializeLoopInterchangePass(PassRegistry &); | |||||
void initializeLoopInstSimplifyPass(PassRegistry&); | void initializeLoopInstSimplifyPass(PassRegistry&); | ||||
void initializeLoopRotatePass(PassRegistry&); | void initializeLoopRotatePass(PassRegistry&); | ||||
void initializeLoopSimplifyPass(PassRegistry&); | void initializeLoopSimplifyPass(PassRegistry&); | ||||
void initializeLoopStrengthReducePass(PassRegistry&); | void initializeLoopStrengthReducePass(PassRegistry&); | ||||
void initializeGlobalMergePass(PassRegistry&); | void initializeGlobalMergePass(PassRegistry&); | ||||
void initializeLoopRerollPass(PassRegistry&); | void initializeLoopRerollPass(PassRegistry&); | ||||
void initializeLoopUnrollPass(PassRegistry&); | void initializeLoopUnrollPass(PassRegistry&); | ||||
void initializeLoopUnswitchPass(PassRegistry&); | void initializeLoopUnswitchPass(PassRegistry&); | ||||
▲ Show 20 Lines • Show All 123 Lines • Show Last 20 Lines |