Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp413 bool optimizeSwitchType(SwitchInst *SI);
7019 bool CodeGenPrepare::optimizeSwitchType(SwitchInst *SI) { in optimizeSwitchType() function in CodeGenPrepare
7147 bool Changed = optimizeSwitchType(SI); in optimizeSwitchInst()