Searched refs:EliminateFallThrough (Results 1 – 1 of 1) sorted by relevance
167 bool EliminateFallThrough(Function &F);293 MadeChange |= EliminateFallThrough(F); in runOnFunction()314 bool CodeGenPrepare::EliminateFallThrough(Function &F) { in EliminateFallThrough() function in CodeGenPrepare