Searched refs:TestBB (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/Transforms/IPO/ |
D | CrossDSOCFI.cpp | 131 BasicBlock *TestBB = BasicBlock::Create(Ctx, "test", F); in buildCFICheck() local 132 IRBuilder<> IRBTest(TestBB); in buildCFICheck() 141 SI->addCase(CaseTypeId, TestBB); in buildCFICheck()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | CrossDSOCFI.cpp | 149 BasicBlock *TestBB = BasicBlock::Create(Ctx, "test", F); in buildCFICheck() local 150 IRBuilder<> IRBTest(TestBB); in buildCFICheck() 159 SI->addCase(CaseTypeId, TestBB); in buildCFICheck()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | JumpThreading.cpp | 597 BasicBlock *TestBB = BBTerm->getSuccessor(MinSucc); in GetBestDestForJumpOnUndef() local 599 unsigned MinNumPreds = std::distance(pred_begin(TestBB), pred_end(TestBB)); in GetBestDestForJumpOnUndef() 601 TestBB = BBTerm->getSuccessor(i); in GetBestDestForJumpOnUndef() 602 unsigned NumPreds = std::distance(pred_begin(TestBB), pred_end(TestBB)); in GetBestDestForJumpOnUndef()
|
/external/llvm/lib/Transforms/Scalar/ |
D | JumpThreading.cpp | 676 BasicBlock *TestBB = BBTerm->getSuccessor(MinSucc); in GetBestDestForJumpOnUndef() local 678 unsigned MinNumPreds = std::distance(pred_begin(TestBB), pred_end(TestBB)); in GetBestDestForJumpOnUndef() 680 TestBB = BBTerm->getSuccessor(i); in GetBestDestForJumpOnUndef() 681 unsigned NumPreds = std::distance(pred_begin(TestBB), pred_end(TestBB)); in GetBestDestForJumpOnUndef()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | JumpThreading.cpp | 947 BasicBlock *TestBB = BBTerm->getSuccessor(MinSucc); in GetBestDestForJumpOnUndef() local 949 unsigned MinNumPreds = pred_size(TestBB); in GetBestDestForJumpOnUndef() 951 TestBB = BBTerm->getSuccessor(i); in GetBestDestForJumpOnUndef() 952 unsigned NumPreds = pred_size(TestBB); in GetBestDestForJumpOnUndef()
|