Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp442 bool optimizeSwitchType(SwitchInst *SI);
7422 bool CodeGenPrepare::optimizeSwitchType(SwitchInst *SI) { in optimizeSwitchType() function in CodeGenPrepare
7551 bool Changed = optimizeSwitchType(SI); in optimizeSwitchInst()