Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp444 bool optimizeSwitchPhiConstants(SwitchInst *SI);
7864 bool CodeGenPrepare::optimizeSwitchPhiConstants(SwitchInst *SI) { in optimizeSwitchPhiConstants() function in CodeGenPrepare
7944 Changed |= optimizeSwitchPhiConstants(SI); in optimizeSwitchInst()