Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/Transforms/SimplifyCFG/
H A Dpr33605.ll3 ; Skip simplifying unconditional branches from empty blocks in simplifyCFG,
/llvm-project-15.0.7/llvm/test/Transforms/JumpThreading/
H A Dpr33605.ll3 ; Skip simplifying unconditional branches from empty blocks in simplifyCFG,
/llvm-project-15.0.7/llvm/test/CodeGen/Generic/
H A DMachineBranchProb.ll31 ; 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 DLocal.h174 bool simplifyCFG(BasicBlock *BB, const TargetTransformInfo &TTI,
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUUnifyDivergentExitNodes.cpp177 simplifyCFG(BB, *TTI, RequireAndPreserveDomTree ? &DTU : nullptr, in unifyReturnBlockSet()
/llvm-project-15.0.7/llvm/test/Transforms/PhaseOrdering/
H A Dsimplifycfg-options.ll5 ; Don't simplify unconditional branches from empty blocks in simplifyCFG
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DDwarfEHPrepare.cpp162 simplifyCFG(BB, *TTI, DTU); in pruneUnreachableResumes()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DSimplifyCFGPass.cpp255 if (simplifyCFG(&BB, TTI, DTU, Options, LoopHeaders)) { in iterativelySimplifyCFG()
/llvm-project-15.0.7/llvm/unittests/Transforms/Utils/
H A DLocalTest.cpp1027 EXPECT_TRUE(simplifyCFG(TestBB, TTI, in TEST()
/llvm-project-15.0.7/llvm/tools/bugpoint/
H A DCrashDebugger.cpp711 simplifyCFG(&*BBIt++, TTI); in TestBlocks()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp7170 bool llvm::simplifyCFG(BasicBlock *BB, const TargetTransformInfo &TTI, in simplifyCFG() function in llvm