Home
last modified time | relevance | path

Searched refs:BBTerm (Results 1 – 25 of 56) sorted by relevance

123

/dports/math/stp/stp-2.3.3/lib/AST/TestAST/
H A Dbbtest.cpp46 ASTVec bbc1 = bm->BBTerm(c1); in main()
54 ASTVec bbc2 = bm->BBTerm(c2); in main()
62 ASTVec bbc3 = bm->BBTerm(c3); in main()
70 ASTVec bbc4 = bm->BBTerm(c4); in main()
83 ASTVec& bba1 = bm->BBTerm(a1); in main()
91 ASTVec& bba2 = bm->BBTerm(a2); in main()
99 ASTVec& bba3 = bm->BBTerm(a3); in main()
/dports/math/stp/stp-2.3.3/lib/ToSat/
H A DBitBlaster.cpp496 ch.push_back(BBTerm(term[i], support)); in simplify_during_bb()
739 const BBNodeVec& thn = BBTerm(term[1], support); in BBTerm()
753 const BBNodeVec& bbarg = BBTerm(arg, support); in BBTerm()
825 BBNodeVec tmp_res = BBTerm(*it, support); in BBTerm()
865 BBNodeVec tmp_res = BBTerm(term[0], support); in BBTerm()
877 BBNodeVec mpcd1 = BBTerm(term[0], support); in BBTerm()
890 result = BBTerm(p, support); in BBTerm()
962 BBNodeVec temp = BBTerm(*it, support); in BBTerm()
969 temp = BBTerm(*it, support); in BBTerm()
2856 const BBNodeVec& left = BBTerm(form[0], support);
[all …]
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp557 TerminatorInst *BBTerm = BB->getTerminator(); in GetBestDestForJumpOnUndef() local
559 BasicBlock *TestBB = BBTerm->getSuccessor(MinSucc); in GetBestDestForJumpOnUndef()
562 for (unsigned i = 1, e = BBTerm->getNumSuccessors(); i != e; ++i) { in GetBestDestForJumpOnUndef()
563 TestBB = BBTerm->getSuccessor(i); in GetBestDestForJumpOnUndef()
633 TerminatorInst *BBTerm = BB->getTerminator(); in ProcessBlock() local
634 for (unsigned i = 0, e = BBTerm->getNumSuccessors(); i != e; ++i) { in ProcessBlock()
636 RemovePredecessorAndSimplify(BBTerm->getSuccessor(i), BB, TD); in ProcessBlock()
640 << "' folding undef terminator: " << *BBTerm << '\n'); in ProcessBlock()
641 BranchInst::Create(BBTerm->getSuccessor(BestSucc), BBTerm); in ProcessBlock()
642 BBTerm->eraseFromParent(); in ProcessBlock()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/Scalar/
H A DJumpThreading.cpp965 Instruction *BBTerm = BB->getTerminator(); in GetBestDestForJumpOnUndef() local
967 BasicBlock *TestBB = BBTerm->getSuccessor(MinSucc); in GetBestDestForJumpOnUndef()
970 for (unsigned i = 1, e = BBTerm->getNumSuccessors(); i != e; ++i) { in GetBestDestForJumpOnUndef()
971 TestBB = BBTerm->getSuccessor(i); in GetBestDestForJumpOnUndef()
1057 Instruction *BBTerm = BB->getTerminator(); in ProcessBlock() local
1058 Updates.reserve(BBTerm->getNumSuccessors()); in ProcessBlock()
1059 for (unsigned i = 0, e = BBTerm->getNumSuccessors(); i != e; ++i) { in ProcessBlock()
1061 BasicBlock *Succ = BBTerm->getSuccessor(i); in ProcessBlock()
1067 << "' folding undef terminator: " << *BBTerm << '\n'); in ProcessBlock()
1068 BranchInst::Create(BBTerm->getSuccessor(BestSucc), BBTerm); in ProcessBlock()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp965 Instruction *BBTerm = BB->getTerminator(); in GetBestDestForJumpOnUndef() local
967 BasicBlock *TestBB = BBTerm->getSuccessor(MinSucc); in GetBestDestForJumpOnUndef()
970 for (unsigned i = 1, e = BBTerm->getNumSuccessors(); i != e; ++i) { in GetBestDestForJumpOnUndef()
971 TestBB = BBTerm->getSuccessor(i); in GetBestDestForJumpOnUndef()
1057 Instruction *BBTerm = BB->getTerminator(); in ProcessBlock() local
1058 Updates.reserve(BBTerm->getNumSuccessors()); in ProcessBlock()
1059 for (unsigned i = 0, e = BBTerm->getNumSuccessors(); i != e; ++i) { in ProcessBlock()
1061 BasicBlock *Succ = BBTerm->getSuccessor(i); in ProcessBlock()
1067 << "' folding undef terminator: " << *BBTerm << '\n'); in ProcessBlock()
1068 BranchInst::Create(BBTerm->getSuccessor(BestSucc), BBTerm); in ProcessBlock()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp965 Instruction *BBTerm = BB->getTerminator(); in GetBestDestForJumpOnUndef() local
967 BasicBlock *TestBB = BBTerm->getSuccessor(MinSucc); in GetBestDestForJumpOnUndef()
970 for (unsigned i = 1, e = BBTerm->getNumSuccessors(); i != e; ++i) { in GetBestDestForJumpOnUndef()
971 TestBB = BBTerm->getSuccessor(i); in GetBestDestForJumpOnUndef()
1057 Instruction *BBTerm = BB->getTerminator(); in ProcessBlock() local
1058 Updates.reserve(BBTerm->getNumSuccessors()); in ProcessBlock()
1059 for (unsigned i = 0, e = BBTerm->getNumSuccessors(); i != e; ++i) { in ProcessBlock()
1061 BasicBlock *Succ = BBTerm->getSuccessor(i); in ProcessBlock()
1067 << "' folding undef terminator: " << *BBTerm << '\n'); in ProcessBlock()
1068 BranchInst::Create(BBTerm->getSuccessor(BestSucc), BBTerm); in ProcessBlock()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/Scalar/
H A DJumpThreading.cpp955 Instruction *BBTerm = BB->getTerminator(); in GetBestDestForJumpOnUndef() local
957 BasicBlock *TestBB = BBTerm->getSuccessor(MinSucc); in GetBestDestForJumpOnUndef()
960 for (unsigned i = 1, e = BBTerm->getNumSuccessors(); i != e; ++i) { in GetBestDestForJumpOnUndef()
961 TestBB = BBTerm->getSuccessor(i); in GetBestDestForJumpOnUndef()
1088 Instruction *BBTerm = BB->getTerminator(); in ProcessBlock() local
1089 Updates.reserve(BBTerm->getNumSuccessors()); in ProcessBlock()
1090 for (unsigned i = 0, e = BBTerm->getNumSuccessors(); i != e; ++i) { in ProcessBlock()
1092 BasicBlock *Succ = BBTerm->getSuccessor(i); in ProcessBlock()
1098 << "' folding undef terminator: " << *BBTerm << '\n'); in ProcessBlock()
1099 BranchInst::Create(BBTerm->getSuccessor(BestSucc), BBTerm); in ProcessBlock()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/Scalar/
H A DJumpThreading.cpp949 Instruction *BBTerm = BB->getTerminator(); in GetBestDestForJumpOnUndef() local
951 BasicBlock *TestBB = BBTerm->getSuccessor(MinSucc); in GetBestDestForJumpOnUndef()
954 for (unsigned i = 1, e = BBTerm->getNumSuccessors(); i != e; ++i) { in GetBestDestForJumpOnUndef()
955 TestBB = BBTerm->getSuccessor(i); in GetBestDestForJumpOnUndef()
1082 Instruction *BBTerm = BB->getTerminator(); in ProcessBlock() local
1083 Updates.reserve(BBTerm->getNumSuccessors()); in ProcessBlock()
1084 for (unsigned i = 0, e = BBTerm->getNumSuccessors(); i != e; ++i) { in ProcessBlock()
1086 BasicBlock *Succ = BBTerm->getSuccessor(i); in ProcessBlock()
1092 << "' folding undef terminator: " << *BBTerm << '\n'); in ProcessBlock()
1093 BranchInst::Create(BBTerm->getSuccessor(BestSucc), BBTerm); in ProcessBlock()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/lib/Transforms/Scalar/
H A DJumpThreading.cpp945 TerminatorInst *BBTerm = BB->getTerminator(); in GetBestDestForJumpOnUndef() local
947 BasicBlock *TestBB = BBTerm->getSuccessor(MinSucc); in GetBestDestForJumpOnUndef()
950 for (unsigned i = 1, e = BBTerm->getNumSuccessors(); i != e; ++i) { in GetBestDestForJumpOnUndef()
951 TestBB = BBTerm->getSuccessor(i); in GetBestDestForJumpOnUndef()
1078 TerminatorInst *BBTerm = BB->getTerminator(); in ProcessBlock() local
1079 Updates.reserve(BBTerm->getNumSuccessors()); in ProcessBlock()
1080 for (unsigned i = 0, e = BBTerm->getNumSuccessors(); i != e; ++i) { in ProcessBlock()
1082 BasicBlock *Succ = BBTerm->getSuccessor(i); in ProcessBlock()
1088 << "' folding undef terminator: " << *BBTerm << '\n'); in ProcessBlock()
1089 BranchInst::Create(BBTerm->getSuccessor(BestSucc), BBTerm); in ProcessBlock()
[all …]
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp38 TerminatorInst *BBTerm = BB->getTerminator(); in DeleteDeadBlock() local
42 for (unsigned i = 0, e = BBTerm->getNumSuccessors(); i != e; ++i) in DeleteDeadBlock()
43 BBTerm->getSuccessor(i)->removePredecessor(BB); in DeleteDeadBlock()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp958 Instruction *BBTerm = BB->getTerminator(); in GetBestDestForJumpOnUndef() local
960 BasicBlock *TestBB = BBTerm->getSuccessor(MinSucc); in GetBestDestForJumpOnUndef()
963 for (unsigned i = 1, e = BBTerm->getNumSuccessors(); i != e; ++i) { in GetBestDestForJumpOnUndef()
964 TestBB = BBTerm->getSuccessor(i); in GetBestDestForJumpOnUndef()
1050 Instruction *BBTerm = BB->getTerminator(); in ProcessBlock() local
1051 Updates.reserve(BBTerm->getNumSuccessors()); in ProcessBlock()
1052 for (unsigned i = 0, e = BBTerm->getNumSuccessors(); i != e; ++i) { in ProcessBlock()
1054 BasicBlock *Succ = BBTerm->getSuccessor(i); in ProcessBlock()
1060 << "' folding undef terminator: " << *BBTerm << '\n'); in ProcessBlock()
1061 BranchInst::Create(BBTerm->getSuccessor(BestSucc), BBTerm); in ProcessBlock()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1001 Instruction *BBTerm = BB->getTerminator(); in getBestDestForJumpOnUndef() local
1003 BasicBlock *TestBB = BBTerm->getSuccessor(MinSucc); in getBestDestForJumpOnUndef()
1006 for (unsigned i = 1, e = BBTerm->getNumSuccessors(); i != e; ++i) { in getBestDestForJumpOnUndef()
1007 TestBB = BBTerm->getSuccessor(i); in getBestDestForJumpOnUndef()
1099 Instruction *BBTerm = BB->getTerminator(); in processBlock() local
1100 Updates.reserve(BBTerm->getNumSuccessors()); in processBlock()
1101 for (unsigned i = 0, e = BBTerm->getNumSuccessors(); i != e; ++i) { in processBlock()
1103 BasicBlock *Succ = BBTerm->getSuccessor(i); in processBlock()
1109 << "' folding undef terminator: " << *BBTerm << '\n'); in processBlock()
1110 BranchInst::Create(BBTerm->getSuccessor(BestSucc), BBTerm); in processBlock()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/Scalar/
H A DJumpThreading.cpp1001 Instruction *BBTerm = BB->getTerminator(); in getBestDestForJumpOnUndef() local
1003 BasicBlock *TestBB = BBTerm->getSuccessor(MinSucc); in getBestDestForJumpOnUndef()
1006 for (unsigned i = 1, e = BBTerm->getNumSuccessors(); i != e; ++i) { in getBestDestForJumpOnUndef()
1007 TestBB = BBTerm->getSuccessor(i); in getBestDestForJumpOnUndef()
1099 Instruction *BBTerm = BB->getTerminator(); in processBlock() local
1100 Updates.reserve(BBTerm->getNumSuccessors()); in processBlock()
1101 for (unsigned i = 0, e = BBTerm->getNumSuccessors(); i != e; ++i) { in processBlock()
1103 BasicBlock *Succ = BBTerm->getSuccessor(i); in processBlock()
1109 << "' folding undef terminator: " << *BBTerm << '\n'); in processBlock()
1110 BranchInst::Create(BBTerm->getSuccessor(BestSucc), BBTerm); in processBlock()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp998 Instruction *BBTerm = BB->getTerminator(); in getBestDestForJumpOnUndef() local
1000 BasicBlock *TestBB = BBTerm->getSuccessor(MinSucc); in getBestDestForJumpOnUndef()
1003 for (unsigned i = 1, e = BBTerm->getNumSuccessors(); i != e; ++i) { in getBestDestForJumpOnUndef()
1004 TestBB = BBTerm->getSuccessor(i); in getBestDestForJumpOnUndef()
1096 Instruction *BBTerm = BB->getTerminator(); in processBlock() local
1097 Updates.reserve(BBTerm->getNumSuccessors()); in processBlock()
1098 for (unsigned i = 0, e = BBTerm->getNumSuccessors(); i != e; ++i) { in processBlock()
1100 BasicBlock *Succ = BBTerm->getSuccessor(i); in processBlock()
1106 << "' folding undef terminator: " << *BBTerm << '\n'); in processBlock()
1107 BranchInst::Create(BBTerm->getSuccessor(BestSucc), BBTerm); in processBlock()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/Scalar/
H A DJumpThreading.cpp958 Instruction *BBTerm = BB->getTerminator(); in GetBestDestForJumpOnUndef() local
960 BasicBlock *TestBB = BBTerm->getSuccessor(MinSucc); in GetBestDestForJumpOnUndef()
963 for (unsigned i = 1, e = BBTerm->getNumSuccessors(); i != e; ++i) { in GetBestDestForJumpOnUndef()
964 TestBB = BBTerm->getSuccessor(i); in GetBestDestForJumpOnUndef()
1050 Instruction *BBTerm = BB->getTerminator(); in ProcessBlock() local
1051 Updates.reserve(BBTerm->getNumSuccessors()); in ProcessBlock()
1052 for (unsigned i = 0, e = BBTerm->getNumSuccessors(); i != e; ++i) { in ProcessBlock()
1054 BasicBlock *Succ = BBTerm->getSuccessor(i); in ProcessBlock()
1060 << "' folding undef terminator: " << *BBTerm << '\n'); in ProcessBlock()
1061 BranchInst::Create(BBTerm->getSuccessor(BestSucc), BBTerm); in ProcessBlock()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1001 Instruction *BBTerm = BB->getTerminator(); in getBestDestForJumpOnUndef() local
1003 BasicBlock *TestBB = BBTerm->getSuccessor(MinSucc); in getBestDestForJumpOnUndef()
1006 for (unsigned i = 1, e = BBTerm->getNumSuccessors(); i != e; ++i) { in getBestDestForJumpOnUndef()
1007 TestBB = BBTerm->getSuccessor(i); in getBestDestForJumpOnUndef()
1099 Instruction *BBTerm = BB->getTerminator(); in processBlock() local
1100 Updates.reserve(BBTerm->getNumSuccessors()); in processBlock()
1101 for (unsigned i = 0, e = BBTerm->getNumSuccessors(); i != e; ++i) { in processBlock()
1103 BasicBlock *Succ = BBTerm->getSuccessor(i); in processBlock()
1109 << "' folding undef terminator: " << *BBTerm << '\n'); in processBlock()
1110 BranchInst::Create(BBTerm->getSuccessor(BestSucc), BBTerm); in processBlock()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp995 Instruction *BBTerm = BB->getTerminator(); in getBestDestForJumpOnUndef() local
997 BasicBlock *TestBB = BBTerm->getSuccessor(MinSucc); in getBestDestForJumpOnUndef()
1000 for (unsigned i = 1, e = BBTerm->getNumSuccessors(); i != e; ++i) { in getBestDestForJumpOnUndef()
1001 TestBB = BBTerm->getSuccessor(i); in getBestDestForJumpOnUndef()
1093 Instruction *BBTerm = BB->getTerminator(); in processBlock() local
1094 Updates.reserve(BBTerm->getNumSuccessors()); in processBlock()
1095 for (unsigned i = 0, e = BBTerm->getNumSuccessors(); i != e; ++i) { in processBlock()
1097 BasicBlock *Succ = BBTerm->getSuccessor(i); in processBlock()
1103 << "' folding undef terminator: " << *BBTerm << '\n'); in processBlock()
1104 BranchInst::Create(BBTerm->getSuccessor(BestSucc), BBTerm); in processBlock()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1001 Instruction *BBTerm = BB->getTerminator(); in getBestDestForJumpOnUndef() local
1003 BasicBlock *TestBB = BBTerm->getSuccessor(MinSucc); in getBestDestForJumpOnUndef()
1006 for (unsigned i = 1, e = BBTerm->getNumSuccessors(); i != e; ++i) { in getBestDestForJumpOnUndef()
1007 TestBB = BBTerm->getSuccessor(i); in getBestDestForJumpOnUndef()
1099 Instruction *BBTerm = BB->getTerminator(); in processBlock() local
1100 Updates.reserve(BBTerm->getNumSuccessors()); in processBlock()
1101 for (unsigned i = 0, e = BBTerm->getNumSuccessors(); i != e; ++i) { in processBlock()
1103 BasicBlock *Succ = BBTerm->getSuccessor(i); in processBlock()
1109 << "' folding undef terminator: " << *BBTerm << '\n'); in processBlock()
1110 BranchInst::Create(BBTerm->getSuccessor(BestSucc), BBTerm); in processBlock()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp998 Instruction *BBTerm = BB->getTerminator(); in getBestDestForJumpOnUndef() local
1000 BasicBlock *TestBB = BBTerm->getSuccessor(MinSucc); in getBestDestForJumpOnUndef()
1003 for (unsigned i = 1, e = BBTerm->getNumSuccessors(); i != e; ++i) { in getBestDestForJumpOnUndef()
1004 TestBB = BBTerm->getSuccessor(i); in getBestDestForJumpOnUndef()
1096 Instruction *BBTerm = BB->getTerminator(); in processBlock() local
1097 Updates.reserve(BBTerm->getNumSuccessors()); in processBlock()
1098 for (unsigned i = 0, e = BBTerm->getNumSuccessors(); i != e; ++i) { in processBlock()
1100 BasicBlock *Succ = BBTerm->getSuccessor(i); in processBlock()
1106 << "' folding undef terminator: " << *BBTerm << '\n'); in processBlock()
1107 BranchInst::Create(BBTerm->getSuccessor(BestSucc), BBTerm); in processBlock()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp979 Instruction *BBTerm = BB->getTerminator(); in getBestDestForJumpOnUndef() local
981 BasicBlock *TestBB = BBTerm->getSuccessor(MinSucc); in getBestDestForJumpOnUndef()
984 for (unsigned i = 1, e = BBTerm->getNumSuccessors(); i != e; ++i) { in getBestDestForJumpOnUndef()
985 TestBB = BBTerm->getSuccessor(i); in getBestDestForJumpOnUndef()
1077 Instruction *BBTerm = BB->getTerminator(); in processBlock() local
1078 Updates.reserve(BBTerm->getNumSuccessors()); in processBlock()
1079 for (unsigned i = 0, e = BBTerm->getNumSuccessors(); i != e; ++i) { in processBlock()
1081 BasicBlock *Succ = BBTerm->getSuccessor(i); in processBlock()
1087 << "' folding undef terminator: " << *BBTerm << '\n'); in processBlock()
1088 BranchInst::Create(BBTerm->getSuccessor(BestSucc), BBTerm); in processBlock()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1001 Instruction *BBTerm = BB->getTerminator(); in getBestDestForJumpOnUndef() local
1003 BasicBlock *TestBB = BBTerm->getSuccessor(MinSucc); in getBestDestForJumpOnUndef()
1006 for (unsigned i = 1, e = BBTerm->getNumSuccessors(); i != e; ++i) { in getBestDestForJumpOnUndef()
1007 TestBB = BBTerm->getSuccessor(i); in getBestDestForJumpOnUndef()
1099 Instruction *BBTerm = BB->getTerminator(); in processBlock() local
1100 Updates.reserve(BBTerm->getNumSuccessors()); in processBlock()
1101 for (unsigned i = 0, e = BBTerm->getNumSuccessors(); i != e; ++i) { in processBlock()
1103 BasicBlock *Succ = BBTerm->getSuccessor(i); in processBlock()
1109 << "' folding undef terminator: " << *BBTerm << '\n'); in processBlock()
1110 BranchInst::Create(BBTerm->getSuccessor(BestSucc), BBTerm); in processBlock()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/bugpoint/
H A DCrashDebugger.cpp471 Instruction *BBTerm = BB.getTerminator(); in TestBlocks() local
472 if (BBTerm->isEHPad() || BBTerm->getType()->isTokenTy()) in TestBlocks()
474 if (!BBTerm->getType()->isVoidTy()) in TestBlocks()
475 BBTerm->replaceAllUsesWith(Constant::getNullValue(BBTerm->getType())); in TestBlocks()
/dports/devel/llvm80/llvm-8.0.1.src/tools/bugpoint/
H A DCrashDebugger.cpp472 Instruction *BBTerm = BB.getTerminator(); in TestBlocks() local
473 if (BBTerm->isEHPad() || BBTerm->getType()->isTokenTy()) in TestBlocks()
475 if (!BBTerm->getType()->isVoidTy()) in TestBlocks()
476 BBTerm->replaceAllUsesWith(Constant::getNullValue(BBTerm->getType())); in TestBlocks()
/dports/devel/llvm70/llvm-7.0.1.src/tools/bugpoint/
H A DCrashDebugger.cpp412 TerminatorInst *BBTerm = BB.getTerminator(); in TestBlocks() local
413 if (BBTerm->isEHPad() || BBTerm->getType()->isTokenTy()) in TestBlocks()
415 if (!BBTerm->getType()->isVoidTy()) in TestBlocks()
416 BBTerm->replaceAllUsesWith(Constant::getNullValue(BBTerm->getType())); in TestBlocks()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/tools/bugpoint/
H A DCrashDebugger.cpp481 Instruction *BBTerm = BB.getTerminator(); in TestBlocks() local
482 if (BBTerm->isEHPad() || BBTerm->getType()->isTokenTy()) in TestBlocks()
484 if (!BBTerm->getType()->isVoidTy()) in TestBlocks()
485 BBTerm->replaceAllUsesWith(Constant::getNullValue(BBTerm->getType())); in TestBlocks()

123