|
LLVM 22.0.0git
|
#include "llvm/Transforms/Utils/InstructionNamer.h"
Public Member Functions | |
| PreservedAnalyses | run (Function &, FunctionAnalysisManager &) |
| Public Member Functions inherited from llvm::PassInfoMixin< InstructionNamerPass > | |
| void | printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName) |
Additional Inherited Members | |
| Static Public Member Functions inherited from llvm::PassInfoMixin< InstructionNamerPass > | |
| static StringRef | name () |
| Gets the name of the pass we are mixed into. | |
Definition at line 15 of file InstructionNamer.h.
| PreservedAnalyses InstructionNamerPass::run | ( | Function & | F, |
| FunctionAnalysisManager & | FAM ) |
Definition at line 40 of file InstructionNamer.cpp.
References llvm::PreservedAnalyses::all(), F, FAM, and nameInstructions().