18 #ifndef LLVM_TRANSFORMS_INSTCOMBINE_INSTCOMBINE_H
19 #define LLVM_TRANSFORMS_INSTCOMBINE_INSTCOMBINE_H
37 Worklist = std::move(RHS.Worklist);
InstCombinePass & operator=(InstCombinePass &&RHS)
An abstract set of preserved analyses following a transformation pass run.
InstCombinePass(InstCombinePass &&Arg)
InstCombineWorklist - This is the worklist management logic for InstCombine.
PreservedAnalyses run(Function &F, AnalysisManager< Function > *AM)
StringRef - Represent a constant reference to a string, i.e.
A generic analysis pass manager with lazy running and caching of results.
This header defines various interfaces for pass management in LLVM.