Searched refs:SimplifyCFG (Results 1 – 18 of 18) sorted by relevance
/external/llvm/test/Transforms/SimplifyCFG/ |
D | indirectbr.ll | 3 ; 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.
|
D | 2003-08-17-BranchFoldOrdering.ll | 3 ; due to the fact that the SimplifyCFG function does not use
|
D | 2011-03-08-UnreachableUse.ll | 5 ; the transformations done by SimplifyCFG, so this test is likely to rot
|
D | attr-noduplicate.ll | 3 ; This test checks that the SimplifyCFG pass won't duplicate a call to a
|
D | multiple-phis.ll | 5 ; SimplifyCFG if-converts one of the phis, it should do both.
|
D | volatile-phioper.ll | 5 ; SimplifyCFG should not eliminate blocks with volatile stores.
|
D | PR17073.ll | 7 ; The tests must be complicated enough to prevent previous SimplifyCFG actions from optimizing away
|
/external/llvm/lib/Transforms/Utils/ |
D | CMakeLists.txt | 33 SimplifyCFG.cpp
|
D | Android.mk | 34 SimplifyCFG.cpp \
|
D | SimplifyCFG.cpp | 3062 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/ |
D | 2012-04-09-unroll-indirectbr.ll | 4 ; indirectbr successors. SimplifyCFG then considers them to be unreachable.
|
/external/llvm/test/Transforms/CodeGenPrepare/X86/ |
D | cttz-ctlz.ll | 10 ; This is undoing speculation that may have been created by SimplifyCFG + InstCombine.
|
/external/llvm/test/CodeGen/Generic/ |
D | MachineBranchProb.ll | 3 ; ARM & AArch64 run an extra SimplifyCFG which disrupts this test.
|
/external/llvm/lib/Transforms/Scalar/ |
D | SimplifyCFGPass.cpp | 139 if (SimplifyCFG(&*BBIt++, TTI, BonusInstThreshold, AC)) { in iterativelySimplifyCFG()
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | Local.h | 139 bool SimplifyCFG(BasicBlock *BB, const TargetTransformInfo &TTI,
|
/external/llvm/lib/CodeGen/ |
D | DwarfEHPrepare.cpp | 172 SimplifyCFG(BB, TTI, 1); in pruneUnreachableResumes()
|
/external/llvm/test/DebugInfo/Generic/ |
D | gvn.ll | 40 ; particular case it was removed by a bug in SimplifyCFG.
|
/external/llvm/lib/Target/WebAssembly/ |
D | README.txt | 56 run SimplifyCFG after running the AtomicExpand pass. Would this be useful for
|