| 
    LLVM 22.0.0git
    
   | 
 
#include "llvm/CodeGen/InterleavedLoadCombine.h"
Public Member Functions | |
| InterleavedLoadCombinePass (const TargetMachine &TM) | |
| PreservedAnalyses | run (Function &F, FunctionAnalysisManager &FAM) | 
| Public Member Functions inherited from llvm::PassInfoMixin< InterleavedLoadCombinePass > | |
| void | printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName) | 
Additional Inherited Members | |
| Static Public Member Functions inherited from llvm::PassInfoMixin< InterleavedLoadCombinePass > | |
| static StringRef | name () | 
| Gets the name of the pass we are mixed into.   | |
Definition at line 18 of file InterleavedLoadCombine.h.
      
  | 
  inlineexplicit | 
Definition at line 23 of file InterleavedLoadCombine.h.
| PreservedAnalyses InterleavedLoadCombinePass::run | ( | Function & | F, | 
| FunctionAnalysisManager & | FAM ) | 
Definition at line 1348 of file InterleavedLoadCombinePass.cpp.
References llvm::PreservedAnalyses::all(), Changed, F, FAM, and llvm::PreservedAnalyses::none().