Home
last modified time | relevance | path

Searched defs:LowerSwitch (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp53 class LowerSwitch : public FunctionPass { class
56 LowerSwitch() : FunctionPass(ID) { in LowerSwitch() function in __anonb6762f810111::LowerSwitch
/aosp_15_r20/external/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 __anon06ee2d230311::LowerSwitch
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp537 bool LowerSwitch(Function &F, LazyValueInfo *LVI, AssumptionCache *AC) { in LowerSwitch() function