Home
last modified time | relevance | path

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

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