LLVM
8.0.1
|
#include "llvm/Transforms/Scalar/CallSiteSplitting.h"
Public Member Functions | |
PreservedAnalyses | run (Function &F, FunctionAnalysisManager &AM) |
Run the pass over the function. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from llvm::PassInfoMixin< CallSiteSplittingPass > | |
static StringRef | name () |
Gets the name of the pass we are mixed into. More... | |
Definition at line 23 of file CallSiteSplitting.h.
PreservedAnalyses CallSiteSplittingPass::run | ( | Function & | F, |
FunctionAnalysisManager & | AM | ||
) |
Run the pass over the function.
Definition at line 583 of file CallSiteSplitting.cpp.
References llvm::PreservedAnalyses::all(), doCallSiteSplitting(), F(), llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult(), and llvm::PreservedAnalyses::preserve().