Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp391 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