Searched refs:simplifyCFG (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/llvm/test/Transforms/SimplifyCFG/ |
| H A D | pr33605.ll | 3 ; Skip simplifying unconditional branches from empty blocks in simplifyCFG,
|
| /llvm-project-15.0.7/llvm/test/Transforms/JumpThreading/ |
| H A D | pr33605.ll | 3 ; Skip simplifying unconditional branches from empty blocks in simplifyCFG,
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Generic/ |
| H A D | MachineBranchProb.ll | 31 ; this call will prevent simplifyCFG from optimizing the block away in ARM/AArch64.
|
| /llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/ |
| H A D | Local.h | 174 bool simplifyCFG(BasicBlock *BB, const TargetTransformInfo &TTI,
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUUnifyDivergentExitNodes.cpp | 177 simplifyCFG(BB, *TTI, RequireAndPreserveDomTree ? &DTU : nullptr, in unifyReturnBlockSet()
|
| /llvm-project-15.0.7/llvm/test/Transforms/PhaseOrdering/ |
| H A D | simplifycfg-options.ll | 5 ; Don't simplify unconditional branches from empty blocks in simplifyCFG
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | DwarfEHPrepare.cpp | 162 simplifyCFG(BB, *TTI, DTU); in pruneUnreachableResumes()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | SimplifyCFGPass.cpp | 255 if (simplifyCFG(&BB, TTI, DTU, Options, LoopHeaders)) { in iterativelySimplifyCFG()
|
| /llvm-project-15.0.7/llvm/unittests/Transforms/Utils/ |
| H A D | LocalTest.cpp | 1027 EXPECT_TRUE(simplifyCFG(TestBB, TTI, in TEST()
|
| /llvm-project-15.0.7/llvm/tools/bugpoint/ |
| H A D | CrashDebugger.cpp | 711 simplifyCFG(&*BBIt++, TTI); in TestBlocks()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyCFG.cpp | 7170 bool llvm::simplifyCFG(BasicBlock *BB, const TargetTransformInfo &TTI, in simplifyCFG() function in llvm
|