Home
last modified time | relevance | path

Searched refs:LowerSwitch (Results 1 – 25 of 60) sorted by relevance

123

/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp33 class LowerSwitch : public FunctionPass { class
36 LowerSwitch() : FunctionPass(ID) {} in LowerSwitch() function in __anon67bffa750111::LowerSwitch
71 bool operator () (const LowerSwitch::CaseRange& C1, in operator ()()
72 const LowerSwitch::CaseRange& C2) { in operator ()()
81 char LowerSwitch::ID = 0;
82 INITIALIZE_PASS(LowerSwitch, "lowerswitch",
86 char &llvm::LowerSwitchID = LowerSwitch::ID;
89 return new LowerSwitch(); in createLowerSwitchPass()
92 bool LowerSwitch::runOnFunction(Function &F) { in runOnFunction()
115 for (LowerSwitch::CaseVector::const_iterator B = C.begin(), in operator <<()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp74 class LowerSwitch : public FunctionPass { class
79 LowerSwitch() : FunctionPass(ID) { in LowerSwitch() function in __anon8e52e8f70311::LowerSwitch
120 bool operator()(const LowerSwitch::CaseRange& C1, in operator ()()
121 const LowerSwitch::CaseRange& C2) { in operator ()()
130 char LowerSwitch::ID = 0;
133 char &llvm::LowerSwitchID = LowerSwitch::ID;
135 INITIALIZE_PASS_BEGIN(LowerSwitch, "lowerswitch",
139 INITIALIZE_PASS_END(LowerSwitch, "lowerswitch", in INITIALIZE_PASS_DEPENDENCY()
144 return new LowerSwitch(); in INITIALIZE_PASS_DEPENDENCY()
147 bool LowerSwitch::runOnFunction(Function &F) { in runOnFunction()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/Utils/
H A DLowerSwitch.cpp74 class LowerSwitch : public FunctionPass { class
79 LowerSwitch() : FunctionPass(ID) { in LowerSwitch() function in __anon2fe70bcf0311::LowerSwitch
120 bool operator()(const LowerSwitch::CaseRange& C1, in operator ()()
121 const LowerSwitch::CaseRange& C2) { in operator ()()
130 char LowerSwitch::ID = 0;
133 char &llvm::LowerSwitchID = LowerSwitch::ID;
135 INITIALIZE_PASS_BEGIN(LowerSwitch, "lowerswitch",
139 INITIALIZE_PASS_END(LowerSwitch, "lowerswitch", in INITIALIZE_PASS_DEPENDENCY()
144 return new LowerSwitch(); in INITIALIZE_PASS_DEPENDENCY()
147 bool LowerSwitch::runOnFunction(Function &F) { in runOnFunction()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/Utils/
H A DLowerSwitch.cpp74 class LowerSwitch : public FunctionPass { class
79 LowerSwitch() : FunctionPass(ID) { in LowerSwitch() function in __anonbf4418110311::LowerSwitch
120 bool operator()(const LowerSwitch::CaseRange& C1, in operator ()()
121 const LowerSwitch::CaseRange& C2) { in operator ()()
130 char LowerSwitch::ID = 0;
133 char &llvm::LowerSwitchID = LowerSwitch::ID;
135 INITIALIZE_PASS_BEGIN(LowerSwitch, "lowerswitch",
139 INITIALIZE_PASS_END(LowerSwitch, "lowerswitch", in INITIALIZE_PASS_DEPENDENCY()
144 return new LowerSwitch(); in INITIALIZE_PASS_DEPENDENCY()
147 bool LowerSwitch::runOnFunction(Function &F) { in runOnFunction()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp74 class LowerSwitch : public FunctionPass { class
79 LowerSwitch() : FunctionPass(ID) { in LowerSwitch() function in __anon5ce615da0311::LowerSwitch
120 bool operator()(const LowerSwitch::CaseRange& C1, in operator ()()
121 const LowerSwitch::CaseRange& C2) { in operator ()()
130 char LowerSwitch::ID = 0;
133 char &llvm::LowerSwitchID = LowerSwitch::ID;
135 INITIALIZE_PASS_BEGIN(LowerSwitch, "lowerswitch",
139 INITIALIZE_PASS_END(LowerSwitch, "lowerswitch", in INITIALIZE_PASS_DEPENDENCY()
144 return new LowerSwitch(); in INITIALIZE_PASS_DEPENDENCY()
147 bool LowerSwitch::runOnFunction(Function &F) { in runOnFunction()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp74 class LowerSwitch : public FunctionPass { class
79 LowerSwitch() : FunctionPass(ID) { in LowerSwitch() function in __anon327544520311::LowerSwitch
120 bool operator()(const LowerSwitch::CaseRange& C1, in operator ()()
121 const LowerSwitch::CaseRange& C2) { in operator ()()
130 char LowerSwitch::ID = 0;
133 char &llvm::LowerSwitchID = LowerSwitch::ID;
135 INITIALIZE_PASS_BEGIN(LowerSwitch, "lowerswitch",
139 INITIALIZE_PASS_END(LowerSwitch, "lowerswitch", in INITIALIZE_PASS_DEPENDENCY()
144 return new LowerSwitch(); in INITIALIZE_PASS_DEPENDENCY()
147 bool LowerSwitch::runOnFunction(Function &F) { in runOnFunction()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/Utils/
H A DLowerSwitch.cpp73 class LowerSwitch : public FunctionPass { class
78 LowerSwitch() : FunctionPass(ID) { in LowerSwitch() function in __anonbaf89a0f0311::LowerSwitch
119 bool operator()(const LowerSwitch::CaseRange& C1, in operator ()()
120 const LowerSwitch::CaseRange& C2) { in operator ()()
129 char LowerSwitch::ID = 0;
132 char &llvm::LowerSwitchID = LowerSwitch::ID;
134 INITIALIZE_PASS_BEGIN(LowerSwitch, "lowerswitch",
138 INITIALIZE_PASS_END(LowerSwitch, "lowerswitch", in INITIALIZE_PASS_DEPENDENCY()
143 return new LowerSwitch(); in INITIALIZE_PASS_DEPENDENCY()
146 bool LowerSwitch::runOnFunction(Function &F) { in runOnFunction()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/Utils/
H A DLowerSwitch.cpp70 class LowerSwitch : public FunctionPass { class
75 LowerSwitch() : FunctionPass(ID) { in LowerSwitch() function in __anon2b9b8dcd0311::LowerSwitch
109 bool operator()(const LowerSwitch::CaseRange& C1, in operator ()()
110 const LowerSwitch::CaseRange& C2) { in operator ()()
119 char LowerSwitch::ID = 0;
122 char &llvm::LowerSwitchID = LowerSwitch::ID;
124 INITIALIZE_PASS(LowerSwitch, "lowerswitch",
129 return new LowerSwitch(); in createLowerSwitchPass()
132 bool LowerSwitch::runOnFunction(Function &F) { in runOnFunction()
163 for (LowerSwitch::CaseVector::const_iterator B = C.begin(), in operator <<()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/lib/Transforms/Utils/
H A DLowerSwitch.cpp70 class LowerSwitch : public FunctionPass { class
75 LowerSwitch() : FunctionPass(ID) { in LowerSwitch() function in __anon9c3e818b0311::LowerSwitch
109 bool operator()(const LowerSwitch::CaseRange& C1, in operator ()()
110 const LowerSwitch::CaseRange& C2) { in operator ()()
119 char LowerSwitch::ID = 0;
122 char &llvm::LowerSwitchID = LowerSwitch::ID;
124 INITIALIZE_PASS(LowerSwitch, "lowerswitch",
129 return new LowerSwitch(); in createLowerSwitchPass()
132 bool LowerSwitch::runOnFunction(Function &F) { in runOnFunction()
163 for (LowerSwitch::CaseVector::const_iterator B = C.begin(), in operator <<()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/CodeGen/AMDGPU/
H A Dswitch-default-block-unreachable.ll3 ; Clean up the unreachable blocks introduced with LowerSwitch pass.
5 ; follows the LowerSwitch. Otherwise, this testcase will crash
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/CodeGen/AMDGPU/
H A Dswitch-default-block-unreachable.ll3 ; Clean up the unreachable blocks introduced with LowerSwitch pass.
5 ; follows the LowerSwitch. Otherwise, this testcase will crash
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/CodeGen/AMDGPU/
H A Dswitch-default-block-unreachable.ll3 ; Clean up the unreachable blocks introduced with LowerSwitch pass.
5 ; follows the LowerSwitch. Otherwise, this testcase will crash
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/CodeGen/AMDGPU/
H A Dswitch-default-block-unreachable.ll3 ; Clean up the unreachable blocks introduced with LowerSwitch pass.
5 ; follows the LowerSwitch. Otherwise, this testcase will crash
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/CodeGen/AMDGPU/
H A Dswitch-default-block-unreachable.ll3 ; Clean up the unreachable blocks introduced with LowerSwitch pass.
5 ; follows the LowerSwitch. Otherwise, this testcase will crash
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/CodeGen/AMDGPU/
H A Dswitch-default-block-unreachable.ll3 ; Clean up the unreachable blocks introduced with LowerSwitch pass.
5 ; follows the LowerSwitch. Otherwise, this testcase will crash
/dports/devel/llvm11/llvm-11.0.1.src/test/CodeGen/AMDGPU/
H A Dswitch-default-block-unreachable.ll3 ; Clean up the unreachable blocks introduced with LowerSwitch pass.
5 ; follows the LowerSwitch. Otherwise, this testcase will crash
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/CodeGen/AMDGPU/
H A Dswitch-default-block-unreachable.ll3 ; Clean up the unreachable blocks introduced with LowerSwitch pass.
5 ; follows the LowerSwitch. Otherwise, this testcase will crash
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/CodeGen/AMDGPU/
H A Dswitch-default-block-unreachable.ll3 ; Clean up the unreachable blocks introduced with LowerSwitch pass.
5 ; follows the LowerSwitch. Otherwise, this testcase will crash
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/CodeGen/AMDGPU/
H A Dswitch-default-block-unreachable.ll3 ; Clean up the unreachable blocks introduced with LowerSwitch pass.
5 ; follows the LowerSwitch. Otherwise, this testcase will crash
/dports/devel/llvm90/llvm-9.0.1.src/utils/gn/secondary/llvm/lib/Transforms/Utils/
H A DBUILD.gn47 "LowerSwitch.cpp",
/dports/devel/llvm80/llvm-8.0.1.src/utils/gn/secondary/llvm/lib/Transforms/Utils/
H A DBUILD.gn47 "LowerSwitch.cpp",
/dports/devel/llvm10/llvm-10.0.1.src/utils/gn/secondary/llvm/lib/Transforms/Utils/
H A DBUILD.gn50 "LowerSwitch.cpp",
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/utils/gn/secondary/llvm/lib/Transforms/Utils/
H A DBUILD.gn50 "LowerSwitch.cpp",
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/utils/gn/secondary/llvm/lib/Transforms/Utils/
H A DBUILD.gn55 "LowerSwitch.cpp",
/dports/devel/llvm11/llvm-11.0.1.src/utils/gn/secondary/llvm/lib/Transforms/Utils/
H A DBUILD.gn55 "LowerSwitch.cpp",

123