Home
last modified time | relevance | path

Searched refs:eliminateFallThrough (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp421 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