Home
last modified time | relevance | path

Searched refs:LowerSwitchLegacyPass (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp556 class LowerSwitchLegacyPass : public FunctionPass { class
561 LowerSwitchLegacyPass() : FunctionPass(ID) { in LowerSwitchLegacyPass() function in __anone39078190211::LowerSwitchLegacyPass
574 char LowerSwitchLegacyPass::ID = 0;
577 char &llvm::LowerSwitchID = LowerSwitchLegacyPass::ID;
579 INITIALIZE_PASS_BEGIN(LowerSwitchLegacyPass, "lowerswitch",
583 INITIALIZE_PASS_END(LowerSwitchLegacyPass, "lowerswitch", in INITIALIZE_PASS_DEPENDENCY()
588 return new LowerSwitchLegacyPass(); in INITIALIZE_PASS_DEPENDENCY()
591 bool LowerSwitchLegacyPass::runOnFunction(Function &F) { in runOnFunction()
H A DUnifyLoopExits.cpp62 INITIALIZE_PASS_DEPENDENCY(LowerSwitchLegacyPass) in INITIALIZE_PASS_DEPENDENCY() argument
H A DFixIrreducible.cpp109 INITIALIZE_PASS_DEPENDENCY(LowerSwitchLegacyPass) in INITIALIZE_PASS_DEPENDENCY() argument
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp361 INITIALIZE_PASS_DEPENDENCY(LowerSwitchLegacyPass) in INITIALIZE_PASS_DEPENDENCY()