Home
last modified time | relevance | path

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

/external/llvm-project/llvm/unittests/Transforms/Utils/
DBasicBlockUtilsTest.cpp31 TEST(BasicBlockUtils, EliminateUnreachableBlocks) { in TEST() argument
55 bool Result = EliminateUnreachableBlocks(*F, &DTU); in TEST()
83 bool Result = EliminateUnreachableBlocks(*F, &DTU); in TEST()
/external/llvm-project/llvm/lib/CodeGen/
DUnreachableBlockElim.cpp47 return llvm::EliminateUnreachableBlocks(F); in runOnFunction()
72 bool Changed = llvm::EliminateUnreachableBlocks(F); in run()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DUnreachableBlockElim.cpp47 return llvm::EliminateUnreachableBlocks(F); in runOnFunction()
72 bool Changed = llvm::EliminateUnreachableBlocks(F); in run()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DBasicBlockUtils.h68 bool EliminateUnreachableBlocks(Function &F, DomTreeUpdater *DTU = nullptr,
/external/llvm-project/llvm/include/llvm/Transforms/Utils/
DBasicBlockUtils.h70 bool EliminateUnreachableBlocks(Function &F, DomTreeUpdater *DTU = nullptr,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DBasicBlockUtils.cpp117 bool llvm::EliminateUnreachableBlocks(Function &F, DomTreeUpdater *DTU, in EliminateUnreachableBlocks() function in llvm
/external/llvm-project/llvm/lib/Transforms/Utils/
DBasicBlockUtils.cpp117 bool llvm::EliminateUnreachableBlocks(Function &F, DomTreeUpdater *DTU, in EliminateUnreachableBlocks() function in llvm