|
LLVM
8.0.1
|
Pass which forces specific function attributes into the IR, primarily as a debugging tool. More...
#include "llvm/Transforms/IPO/ForceFunctionAttrs.h"


Public Member Functions | |
| PreservedAnalyses | run (Module &M, ModuleAnalysisManager &) |
Additional Inherited Members | |
Static Public Member Functions inherited from llvm::PassInfoMixin< ForceFunctionAttrsPass > | |
| static StringRef | name () |
| Gets the name of the pass we are mixed into. More... | |
Pass which forces specific function attributes into the IR, primarily as a debugging tool.
Definition at line 24 of file ForceFunctionAttrs.h.
| PreservedAnalyses ForceFunctionAttrsPass::run | ( | Module & | M, |
| ModuleAnalysisManager & | |||
| ) |
Definition at line 89 of file ForceFunctionAttrs.cpp.
References addForcedAttributes(), llvm::PreservedAnalyses::all(), F(), ForceAttributes, llvm::Module::functions(), llvm::PassRegistry::getPassRegistry(), llvm::initializeForceFunctionAttrsLegacyPassPass(), and llvm::PreservedAnalyses::none().
1.8.13