Searched refs:EliminateUnreachableBlocks (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/llvm/unittests/Transforms/Utils/ |
D | BasicBlockUtilsTest.cpp | 31 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/ |
D | UnreachableBlockElim.cpp | 47 return llvm::EliminateUnreachableBlocks(F); in runOnFunction() 72 bool Changed = llvm::EliminateUnreachableBlocks(F); in run()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | UnreachableBlockElim.cpp | 47 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/ |
D | BasicBlockUtils.h | 68 bool EliminateUnreachableBlocks(Function &F, DomTreeUpdater *DTU = nullptr,
|
/external/llvm-project/llvm/include/llvm/Transforms/Utils/ |
D | BasicBlockUtils.h | 70 bool EliminateUnreachableBlocks(Function &F, DomTreeUpdater *DTU = nullptr,
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | BasicBlockUtils.cpp | 117 bool llvm::EliminateUnreachableBlocks(Function &F, DomTreeUpdater *DTU, in EliminateUnreachableBlocks() function in llvm
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | BasicBlockUtils.cpp | 117 bool llvm::EliminateUnreachableBlocks(Function &F, DomTreeUpdater *DTU, in EliminateUnreachableBlocks() function in llvm
|