Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp414 bool optimizeSwitchPhiConstants(SwitchInst *SI);
7068 bool CodeGenPrepare::optimizeSwitchPhiConstants(SwitchInst *SI) { in optimizeSwitchPhiConstants() function in CodeGenPrepare
7148 Changed |= optimizeSwitchPhiConstants(SI); in optimizeSwitchInst()