|
LLVM 24.0.0git
|
#include "llvm/Support/Compiler.h"Go to the source code of this file.
Namespaces | |
| namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations. | |
Enumerations | |
| enum class | llvm::PassSummaryAction { llvm::None , llvm::Import , llvm::Export } |
| What to do with the summary when running passes that operate on it. More... | |
Functions | |
| LLVM_ABI ModulePass * | llvm::createDeadArgEliminationPass () |
| createDeadArgEliminationPass - This pass removes arguments from functions which are not used by the body of the function. | |
| LLVM_ABI ModulePass * | llvm::createBarrierNoopPass () |
| createBarrierNoopPass - This pass is purely a module pass barrier in a pass manager. | |