LLVM 22.0.0git
|
#include "llvm/Transforms/Scalar/JumpTableToSwitch.h"
Public Member Functions | |
PreservedAnalyses | run (Function &F, FunctionAnalysisManager &AM) |
Run the pass over the function. | |
Public Member Functions inherited from llvm::PassInfoMixin< JumpTableToSwitchPass > | |
void | printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName) |
Additional Inherited Members | |
Static Public Member Functions inherited from llvm::PassInfoMixin< JumpTableToSwitchPass > | |
static StringRef | name () |
Gets the name of the pass we are mixed into. |
Definition at line 18 of file JumpTableToSwitch.h.
PreservedAnalyses JumpTableToSwitchPass::run | ( | Function & | F, |
FunctionAnalysisManager & | AM ) |
Run the pass over the function.
Definition at line 196 of file JumpTableToSwitch.cpp.
References llvm::PreservedAnalyses::all(), assert(), Call, Changed, llvm::InstrProfSymtab::create(), llvm::dyn_cast(), expandToSwitch(), F, G, GEP, llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getCachedResult(), llvm::AssignGUIDPass::getGUID(), llvm::InstrProfSymtab::getIDToNameMap(), llvm::GlobalObject::getMetadata(), llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult(), llvm::AssignGUIDPass::GUIDMetadataName, I, llvm::DenseMapBase< DerivedT, KeyT, ValueT, KeyInfoT, BucketT >::insert(), llvm::DenseMapBase< DerivedT, KeyT, ValueT, KeyInfoT, BucketT >::lookup_or(), llvm::make_early_inc_range(), parseJumpTable(), llvm::PreservedAnalyses::preserve(), and llvm::toString().