Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp537 bool LowerSwitch(Function &F, LazyValueInfo *LVI, AssumptionCache *AC) { in LowerSwitch() function
602 return LowerSwitch(F, LVI, AC); in runOnFunction()
609 return LowerSwitch(F, LVI, AC) ? PreservedAnalyses::none() in run()
/freebsd/lib/clang/libllvm/
H A DMakefile1954 SRCS_MIN+= Transforms/Utils/LowerSwitch.cpp