Searched refs:eliminateFallThrough (Results 1 – 1 of 1) sorted by relevance
421 bool eliminateFallThrough(Function &F, DominatorTree *DT = nullptr);696 eliminateFallThrough(F, DT.get()); in _run()751 MadeChange |= eliminateFallThrough(F); in _run()834 bool CodeGenPrepare::eliminateFallThrough(Function &F, DominatorTree *DT) { in eliminateFallThrough() function in CodeGenPrepare