/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SimplifyCFG/ |
D | preserve-make-implicit-on-switch-to-br.ll | 3 ; ConstantFoldTerminator function can convert SwitchInst with one case (and default) to
|
D | 2003-08-17-BranchFoldOrdering.ll | 4 ; the ConstantFoldTerminator function.
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | preserve-make-implicit-on-switch-to-br.ll | 3 ; ConstantFoldTerminator function can convert SwitchInst with one case (and default) to
|
D | 2003-08-17-BranchFoldOrdering.ll | 4 ; the ConstantFoldTerminator function.
|
/external/llvm/test/Other/ |
D | 2002-03-11-ConstPropCrash.ll | 6 ; Fixed by adding new arguments to ConstantFoldTerminator
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Other/ |
D | 2002-03-11-ConstPropCrash.ll | 6 ; Fixed by adding new arguments to ConstantFoldTerminator
|
/external/swiftshader/third_party/LLVM/test/Transforms/SimplifyCFG/ |
D | 2003-08-17-BranchFoldOrdering.ll | 4 ; the ConstantFoldTerminator function.
|
/external/swiftshader/third_party/LLVM/test/Other/ |
D | 2002-03-11-ConstPropCrash.ll | 6 ; Fixed by adding new arguments to ConstantFoldTerminator
|
/external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/ |
D | Local.h | 49 bool ConstantFoldTerminator(BasicBlock *BB, bool DeleteDeadConditions = false);
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Utils/ |
D | Local.cpp | 212 TEST(Local, ConstantFoldTerminator) { in TEST() argument 317 ConstantFoldTerminator(BB, true, nullptr, &DDT); in TEST()
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | Local.h | 62 bool ConstantFoldTerminator(BasicBlock *BB, bool DeleteDeadConditions = false,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/ |
D | Local.h | 121 bool ConstantFoldTerminator(BasicBlock *BB, bool DeleteDeadConditions = false,
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | SimplifyCFGPass.cpp | 166 Changed |= ConstantFoldTerminator(BB, true); in MarkAliveBlocks()
|
D | CodeGenPrepare.cpp | 157 MadeChange |= ConstantFoldTerminator(BB, true); in runOnFunction()
|
/external/llvm/lib/Transforms/Scalar/ |
D | CorrelatedValuePropagation.cpp | 292 ConstantFoldTerminator(BB); in processSwitch()
|
/external/llvm/lib/Transforms/Utils/ |
D | CloneFunction.cpp | 581 ConstantFoldTerminator(&*I); in CloneAndPruneIntoFromInst()
|
D | Local.cpp | 68 bool llvm::ConstantFoldTerminator(BasicBlock *BB, bool DeleteDeadConditions, in ConstantFoldTerminator() function in llvm 1505 Changed |= ConstantFoldTerminator(BB, true); in markAliveBlocks()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | SCCP.cpp | 1928 bool Folded = ConstantFoldTerminator(I->getParent()); in runIPSCCP() 1952 Folded = ConstantFoldTerminator(I->getParent()); in runIPSCCP()
|
D | CorrelatedValuePropagation.cpp | 396 ConstantFoldTerminator(BB, /*DeleteDeadConditions = */ false, in processSwitch()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | Local.cpp | 54 bool llvm::ConstantFoldTerminator(BasicBlock *BB, bool DeleteDeadConditions) { in ConstantFoldTerminator() function in llvm
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | CloneFunction.cpp | 653 ConstantFoldTerminator(&*I); in CloneAndPruneIntoFromInst()
|
D | Local.cpp | 103 bool llvm::ConstantFoldTerminator(BasicBlock *BB, bool DeleteDeadConditions, in ConstantFoldTerminator() function in llvm 2159 Changed |= ConstantFoldTerminator(BB, true, nullptr, DDT); in markAliveBlocks()
|
/external/llvm/lib/CodeGen/ |
D | WinEHPrepare.cpp | 1008 ConstantFoldTerminator(BB, /*DeleteDeadConditions=*/true); in cleanupPreparedFunclets()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | WinEHPrepare.cpp | 1012 ConstantFoldTerminator(BB, /*DeleteDeadConditions=*/true); in cleanupPreparedFunclets()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/ |
D | CrashDebugger.cpp | 327 ConstantFoldTerminator(BB); in simpleSimplifyCfg()
|