Home
last modified time | relevance | path

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

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp553 class LowerSwitchLegacyPass : public FunctionPass { class
558 LowerSwitchLegacyPass() : FunctionPass(ID) { in LowerSwitchLegacyPass() function in __anon829eac020211::LowerSwitchLegacyPass
571 char LowerSwitchLegacyPass::ID = 0;
574 char &llvm::LowerSwitchID = LowerSwitchLegacyPass::ID;
576 INITIALIZE_PASS_BEGIN(LowerSwitchLegacyPass, "lowerswitch",
580 INITIALIZE_PASS_END(LowerSwitchLegacyPass, "lowerswitch", in INITIALIZE_PASS_DEPENDENCY()
585 return new LowerSwitchLegacyPass(); in INITIALIZE_PASS_DEPENDENCY()
588 bool LowerSwitchLegacyPass::runOnFunction(Function &F) { in runOnFunction()
H A DUnifyLoopExits.cpp60 INITIALIZE_PASS_DEPENDENCY(LowerSwitchLegacyPass) in INITIALIZE_PASS_DEPENDENCY() argument
H A DFixIrreducible.cpp108 INITIALIZE_PASS_DEPENDENCY(LowerSwitchLegacyPass) in INITIALIZE_PASS_DEPENDENCY() argument
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp551 class LowerSwitchLegacyPass : public FunctionPass { class
556 LowerSwitchLegacyPass() : FunctionPass(ID) { in LowerSwitchLegacyPass() function in __anon32f36e2f0211::LowerSwitchLegacyPass
569 char LowerSwitchLegacyPass::ID = 0;
572 char &llvm::LowerSwitchID = LowerSwitchLegacyPass::ID;
574 INITIALIZE_PASS_BEGIN(LowerSwitchLegacyPass, "lowerswitch",
578 INITIALIZE_PASS_END(LowerSwitchLegacyPass, "lowerswitch", in INITIALIZE_PASS_DEPENDENCY()
583 return new LowerSwitchLegacyPass(); in INITIALIZE_PASS_DEPENDENCY()
586 bool LowerSwitchLegacyPass::runOnFunction(Function &F) { in runOnFunction()
H A DUnifyLoopExits.cpp60 INITIALIZE_PASS_DEPENDENCY(LowerSwitchLegacyPass) in INITIALIZE_PASS_DEPENDENCY() argument
H A DFixIrreducible.cpp108 INITIALIZE_PASS_DEPENDENCY(LowerSwitchLegacyPass) in INITIALIZE_PASS_DEPENDENCY() argument
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/Utils/
H A DLowerSwitch.cpp551 class LowerSwitchLegacyPass : public FunctionPass { class
556 LowerSwitchLegacyPass() : FunctionPass(ID) { in LowerSwitchLegacyPass() function in __anon825b98850211::LowerSwitchLegacyPass
569 char LowerSwitchLegacyPass::ID = 0;
572 char &llvm::LowerSwitchID = LowerSwitchLegacyPass::ID;
574 INITIALIZE_PASS_BEGIN(LowerSwitchLegacyPass, "lowerswitch",
578 INITIALIZE_PASS_END(LowerSwitchLegacyPass, "lowerswitch", in INITIALIZE_PASS_DEPENDENCY()
583 return new LowerSwitchLegacyPass(); in INITIALIZE_PASS_DEPENDENCY()
586 bool LowerSwitchLegacyPass::runOnFunction(Function &F) { in runOnFunction()
H A DUnifyLoopExits.cpp60 INITIALIZE_PASS_DEPENDENCY(LowerSwitchLegacyPass) in INITIALIZE_PASS_DEPENDENCY() argument
H A DFixIrreducible.cpp108 INITIALIZE_PASS_DEPENDENCY(LowerSwitchLegacyPass) in INITIALIZE_PASS_DEPENDENCY() argument
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp551 class LowerSwitchLegacyPass : public FunctionPass { class
556 LowerSwitchLegacyPass() : FunctionPass(ID) { in LowerSwitchLegacyPass() function in __anon0ce8a0e10211::LowerSwitchLegacyPass
569 char LowerSwitchLegacyPass::ID = 0;
572 char &llvm::LowerSwitchID = LowerSwitchLegacyPass::ID;
574 INITIALIZE_PASS_BEGIN(LowerSwitchLegacyPass, "lowerswitch",
578 INITIALIZE_PASS_END(LowerSwitchLegacyPass, "lowerswitch", in INITIALIZE_PASS_DEPENDENCY()
583 return new LowerSwitchLegacyPass(); in INITIALIZE_PASS_DEPENDENCY()
586 bool LowerSwitchLegacyPass::runOnFunction(Function &F) { in runOnFunction()
H A DUnifyLoopExits.cpp60 INITIALIZE_PASS_DEPENDENCY(LowerSwitchLegacyPass) in INITIALIZE_PASS_DEPENDENCY() argument
H A DFixIrreducible.cpp108 INITIALIZE_PASS_DEPENDENCY(LowerSwitchLegacyPass) in INITIALIZE_PASS_DEPENDENCY() argument
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp551 class LowerSwitchLegacyPass : public FunctionPass { class
556 LowerSwitchLegacyPass() : FunctionPass(ID) { in LowerSwitchLegacyPass() function in __anond7be00240211::LowerSwitchLegacyPass
569 char LowerSwitchLegacyPass::ID = 0;
572 char &llvm::LowerSwitchID = LowerSwitchLegacyPass::ID;
574 INITIALIZE_PASS_BEGIN(LowerSwitchLegacyPass, "lowerswitch",
578 INITIALIZE_PASS_END(LowerSwitchLegacyPass, "lowerswitch", in INITIALIZE_PASS_DEPENDENCY()
583 return new LowerSwitchLegacyPass(); in INITIALIZE_PASS_DEPENDENCY()
586 bool LowerSwitchLegacyPass::runOnFunction(Function &F) { in runOnFunction()
H A DUnifyLoopExits.cpp60 INITIALIZE_PASS_DEPENDENCY(LowerSwitchLegacyPass) in INITIALIZE_PASS_DEPENDENCY() argument
H A DFixIrreducible.cpp108 INITIALIZE_PASS_DEPENDENCY(LowerSwitchLegacyPass) in INITIALIZE_PASS_DEPENDENCY() argument
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp549 class LowerSwitchLegacyPass : public FunctionPass { class
554 LowerSwitchLegacyPass() : FunctionPass(ID) { in LowerSwitchLegacyPass() function in __anonae2079e20211::LowerSwitchLegacyPass
567 char LowerSwitchLegacyPass::ID = 0;
570 char &llvm::LowerSwitchID = LowerSwitchLegacyPass::ID;
572 INITIALIZE_PASS_BEGIN(LowerSwitchLegacyPass, "lowerswitch",
576 INITIALIZE_PASS_END(LowerSwitchLegacyPass, "lowerswitch", in INITIALIZE_PASS_DEPENDENCY()
581 return new LowerSwitchLegacyPass(); in INITIALIZE_PASS_DEPENDENCY()
584 bool LowerSwitchLegacyPass::runOnFunction(Function &F) { in runOnFunction()
H A DUnifyLoopExits.cpp60 INITIALIZE_PASS_DEPENDENCY(LowerSwitchLegacyPass) in INITIALIZE_PASS_DEPENDENCY() argument
H A DFixIrreducible.cpp108 INITIALIZE_PASS_DEPENDENCY(LowerSwitchLegacyPass) in INITIALIZE_PASS_DEPENDENCY() argument
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp551 class LowerSwitchLegacyPass : public FunctionPass { class
556 LowerSwitchLegacyPass() : FunctionPass(ID) { in LowerSwitchLegacyPass() function in __anon847e18f70211::LowerSwitchLegacyPass
569 char LowerSwitchLegacyPass::ID = 0;
572 char &llvm::LowerSwitchID = LowerSwitchLegacyPass::ID;
574 INITIALIZE_PASS_BEGIN(LowerSwitchLegacyPass, "lowerswitch",
578 INITIALIZE_PASS_END(LowerSwitchLegacyPass, "lowerswitch", in INITIALIZE_PASS_DEPENDENCY()
583 return new LowerSwitchLegacyPass(); in INITIALIZE_PASS_DEPENDENCY()
586 bool LowerSwitchLegacyPass::runOnFunction(Function &F) { in runOnFunction()
H A DUnifyLoopExits.cpp60 INITIALIZE_PASS_DEPENDENCY(LowerSwitchLegacyPass) in INITIALIZE_PASS_DEPENDENCY() argument
H A DFixIrreducible.cpp108 INITIALIZE_PASS_DEPENDENCY(LowerSwitchLegacyPass) in INITIALIZE_PASS_DEPENDENCY() argument
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp551 class LowerSwitchLegacyPass : public FunctionPass { class
556 LowerSwitchLegacyPass() : FunctionPass(ID) { in LowerSwitchLegacyPass() function in __anon45e162750211::LowerSwitchLegacyPass
569 char LowerSwitchLegacyPass::ID = 0;
572 char &llvm::LowerSwitchID = LowerSwitchLegacyPass::ID;
574 INITIALIZE_PASS_BEGIN(LowerSwitchLegacyPass, "lowerswitch",
578 INITIALIZE_PASS_END(LowerSwitchLegacyPass, "lowerswitch", in INITIALIZE_PASS_DEPENDENCY()
583 return new LowerSwitchLegacyPass(); in INITIALIZE_PASS_DEPENDENCY()
586 bool LowerSwitchLegacyPass::runOnFunction(Function &F) { in runOnFunction()
H A DUnifyLoopExits.cpp60 INITIALIZE_PASS_DEPENDENCY(LowerSwitchLegacyPass) in INITIALIZE_PASS_DEPENDENCY() argument
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp551 class LowerSwitchLegacyPass : public FunctionPass { class
556 LowerSwitchLegacyPass() : FunctionPass(ID) { in LowerSwitchLegacyPass() function in __anon4b8557630211::LowerSwitchLegacyPass
569 char LowerSwitchLegacyPass::ID = 0;
572 char &llvm::LowerSwitchID = LowerSwitchLegacyPass::ID;
574 INITIALIZE_PASS_BEGIN(LowerSwitchLegacyPass, "lowerswitch",
578 INITIALIZE_PASS_END(LowerSwitchLegacyPass, "lowerswitch", in INITIALIZE_PASS_DEPENDENCY()
583 return new LowerSwitchLegacyPass(); in INITIALIZE_PASS_DEPENDENCY()
586 bool LowerSwitchLegacyPass::runOnFunction(Function &F) { in runOnFunction()
H A DUnifyLoopExits.cpp60 INITIALIZE_PASS_DEPENDENCY(LowerSwitchLegacyPass) in INITIALIZE_PASS_DEPENDENCY() argument

12