|
LLVM
3.7.0
|
| void LLVMAddAlwaysInlinerPass | ( | LLVMPassManagerRef | PM | ) |
See llvm::createAlwaysInlinerPass function.
Definition at line 76 of file IPO.cpp.
References llvm::createAlwaysInlinerPass(), and llvm::unwrap().
| void LLVMAddArgumentPromotionPass | ( | LLVMPassManagerRef | PM | ) |
See llvm::createArgumentPromotionPass function.
Definition at line 56 of file IPO.cpp.
References llvm::createArgumentPromotionPass(), and llvm::unwrap().
| void LLVMAddConstantMergePass | ( | LLVMPassManagerRef | PM | ) |
See llvm::createConstantMergePass function.
Definition at line 60 of file IPO.cpp.
References llvm::createConstantMergePass(), and llvm::unwrap().
| void LLVMAddDeadArgEliminationPass | ( | LLVMPassManagerRef | PM | ) |
See llvm::createDeadArgEliminationPass function.
Definition at line 64 of file IPO.cpp.
References llvm::createDeadArgEliminationPass(), and llvm::unwrap().
| void LLVMAddFunctionAttrsPass | ( | LLVMPassManagerRef | PM | ) |
See llvm::createFunctionAttrsPass function.
Definition at line 68 of file IPO.cpp.
References llvm::createFunctionAttrsPass(), and llvm::unwrap().
| void LLVMAddFunctionInliningPass | ( | LLVMPassManagerRef | PM | ) |
See llvm::createFunctionInliningPass function.
Definition at line 72 of file IPO.cpp.
References llvm::createFunctionInliningPass(), and llvm::unwrap().
| void LLVMAddGlobalDCEPass | ( | LLVMPassManagerRef | PM | ) |
See llvm::createGlobalDCEPass function.
Definition at line 80 of file IPO.cpp.
References llvm::createGlobalDCEPass(), and llvm::unwrap().
| void LLVMAddGlobalOptimizerPass | ( | LLVMPassManagerRef | PM | ) |
See llvm::createGlobalOptimizerPass function.
Definition at line 84 of file IPO.cpp.
References llvm::createGlobalOptimizerPass(), and llvm::unwrap().
| void LLVMAddInternalizePass | ( | LLVMPassManagerRef | , |
| unsigned | AllButMain | ||
| ) |
See llvm::createInternalizePass function.
Definition at line 100 of file IPO.cpp.
References llvm::createInternalizePass(), and llvm::unwrap().
| void LLVMAddIPConstantPropagationPass | ( | LLVMPassManagerRef | PM | ) |
See llvm::createIPConstantPropagationPass function.
Definition at line 88 of file IPO.cpp.
References llvm::createIPConstantPropagationPass(), and llvm::unwrap().
| void LLVMAddIPSCCPPass | ( | LLVMPassManagerRef | PM | ) |
See llvm::createIPSCCPPass function.
Definition at line 96 of file IPO.cpp.
References llvm::createIPSCCPPass(), and llvm::unwrap().
| void LLVMAddPruneEHPass | ( | LLVMPassManagerRef | PM | ) |
See llvm::createPruneEHPass function.
Definition at line 92 of file IPO.cpp.
References llvm::createPruneEHPass(), and llvm::unwrap().
| void LLVMAddStripDeadPrototypesPass | ( | LLVMPassManagerRef | PM | ) |
See llvm::createStripDeadPrototypesPass function.
Definition at line 107 of file IPO.cpp.
References llvm::createStripDeadPrototypesPass(), and llvm::unwrap().
| void LLVMAddStripSymbolsPass | ( | LLVMPassManagerRef | PM | ) |
See llvm::createStripSymbolsPass function.
Definition at line 111 of file IPO.cpp.
References llvm::createStripSymbolsPass(), and llvm::unwrap().
1.8.6