Searched refs:eliminateFallThrough (Results 1 – 1 of 1) sorted by relevance
391 bool eliminateFallThrough(Function &F);567 eliminateFallThrough(F); in runOnFunction()616 MadeChange |= eliminateFallThrough(F); in runOnFunction()699 bool CodeGenPrepare::eliminateFallThrough(Function &F) { in eliminateFallThrough() function in CodeGenPrepare