Home
last modified time | relevance | path

Searched refs:SimplifyCFG (Results 1 – 18 of 18) sorted by relevance

/external/llvm/test/Transforms/SimplifyCFG/
Dindirectbr.ll3 ; SimplifyCFG should eliminate redundant indirectbr edges.
34 ; SimplifyCFG should convert the indirectbr into a directbr. It would be even
52 ; SimplifyCFG should notice that BB0 does not have its address taken and
77 ; SimplifyCFG should turn the indirectbr into a conditional branch on the
102 ; SimplifyCFG should turn the indirectbr into an unconditional branch to the
126 ; SimplifyCFG should turn the indirectbr into an unreachable because neither
153 ; before SimplifyCFG even looks at the indirectbr.
180 ; before SimplifyCFG even looks at the indirectbr.
D2003-08-17-BranchFoldOrdering.ll3 ; due to the fact that the SimplifyCFG function does not use
D2011-03-08-UnreachableUse.ll5 ; the transformations done by SimplifyCFG, so this test is likely to rot
Dattr-noduplicate.ll3 ; This test checks that the SimplifyCFG pass won't duplicate a call to a
Dmultiple-phis.ll5 ; SimplifyCFG if-converts one of the phis, it should do both.
Dvolatile-phioper.ll5 ; SimplifyCFG should not eliminate blocks with volatile stores.
DPR17073.ll7 ; The tests must be complicated enough to prevent previous SimplifyCFG actions from optimizing away
/external/llvm/lib/Transforms/Utils/
DCMakeLists.txt33 SimplifyCFG.cpp
DAndroid.mk34 SimplifyCFG.cpp \
DSimplifyCFG.cpp3062 return SimplifyCFG(BB, TTI, BonusInstThreshold, AC) | true; in TryToSimplifyUncondBranchWithICmpInIt()
3078 return SimplifyCFG(BB, TTI, BonusInstThreshold, AC) | true; in TryToSimplifyUncondBranchWithICmpInIt()
4718 return SimplifyCFG(BB, TTI, BonusInstThreshold, AC) | true; in SimplifySwitch()
4723 return SimplifyCFG(BB, TTI, BonusInstThreshold, AC) | true; in SimplifySwitch()
4733 return SimplifyCFG(BB, TTI, BonusInstThreshold, AC) | true; in SimplifySwitch()
4738 return SimplifyCFG(BB, TTI, BonusInstThreshold, AC) | true; in SimplifySwitch()
4742 return SimplifyCFG(BB, TTI, BonusInstThreshold, AC) | true; in SimplifySwitch()
4745 return SimplifyCFG(BB, TTI, BonusInstThreshold, AC) | true; in SimplifySwitch()
4748 return SimplifyCFG(BB, TTI, BonusInstThreshold, AC) | true; in SimplifySwitch()
4751 return SimplifyCFG(BB, TTI, BonusInstThreshold, AC) | true; in SimplifySwitch()
[all …]
/external/llvm/test/Transforms/LoopUnroll/
D2012-04-09-unroll-indirectbr.ll4 ; indirectbr successors. SimplifyCFG then considers them to be unreachable.
/external/llvm/test/Transforms/CodeGenPrepare/X86/
Dcttz-ctlz.ll10 ; This is undoing speculation that may have been created by SimplifyCFG + InstCombine.
/external/llvm/test/CodeGen/Generic/
DMachineBranchProb.ll3 ; ARM & AArch64 run an extra SimplifyCFG which disrupts this test.
/external/llvm/lib/Transforms/Scalar/
DSimplifyCFGPass.cpp139 if (SimplifyCFG(&*BBIt++, TTI, BonusInstThreshold, AC)) { in iterativelySimplifyCFG()
/external/llvm/include/llvm/Transforms/Utils/
DLocal.h139 bool SimplifyCFG(BasicBlock *BB, const TargetTransformInfo &TTI,
/external/llvm/lib/CodeGen/
DDwarfEHPrepare.cpp172 SimplifyCFG(BB, TTI, 1); in pruneUnreachableResumes()
/external/llvm/test/DebugInfo/Generic/
Dgvn.ll40 ; particular case it was removed by a bug in SimplifyCFG.
/external/llvm/lib/Target/WebAssembly/
DREADME.txt56 run SimplifyCFG after running the AtomicExpand pass. Would this be useful for