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