Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DUnreachableBlockElim.cpp41 return llvm::EliminateUnreachableBlocks(F); in runOnFunction()
66 bool Changed = llvm::EliminateUnreachableBlocks(F); in run()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DBasicBlockUtils.h70 bool EliminateUnreachableBlocks(Function &F, DomTreeUpdater *DTU = nullptr,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp125 bool llvm::EliminateUnreachableBlocks(Function &F, DomTreeUpdater *DTU, in EliminateUnreachableBlocks() function in llvm