Searched refs:eliminateFallThrough (Results 1 – 1 of 1) sorted by relevance
382 bool eliminateFallThrough(Function &F);549 eliminateFallThrough(F); in runOnFunction()598 MadeChange |= eliminateFallThrough(F); in runOnFunction()685 bool CodeGenPrepare::eliminateFallThrough(Function &F) { in eliminateFallThrough() function in CodeGenPrepare