LLVM 20.0.0git
|
A utility pass that does nothing, but preserves no analyses. More...
#include "llvm/IR/PassManager.h"
Public Member Functions | |
template<typename IRUnitT , typename AnalysisManagerT , typename... ExtraArgTs> | |
PreservedAnalyses | run (IRUnitT &, AnalysisManagerT &, ExtraArgTs &&...) |
Run this pass over some unit of IR. | |
![]() | |
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. | |
A utility pass that does nothing, but preserves no analyses.
Because this preserves no analyses, any analysis passes queried after this pass runs will recompute fresh results.
Definition at line 930 of file PassManager.h.
|
inline |
Run this pass over some unit of IR.
Definition at line 933 of file PassManager.h.
References llvm::PreservedAnalyses::none().