LLVM 17.0.0git
|
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 &) |
![]() | |
void | printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName) |
Additional Inherited Members | |
![]() | |
static StringRef | name () |
Gets the name of the pass we are mixed into. | |
Pass which forces specific function attributes into the IR, primarily as a debugging tool.
Definition at line 23 of file ForceFunctionAttrs.h.
PreservedAnalyses ForceFunctionAttrsPass::run | ( | Module & | M, |
ModuleAnalysisManager & | |||
) |
Definition at line 72 of file ForceFunctionAttrs.cpp.
References llvm::PreservedAnalyses::all(), F, forceAttributes(), hasForceAttributes(), and llvm::PreservedAnalyses::none().