Home
last modified time | relevance | path

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

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