Home
last modified time | relevance | path

Searched refs:TestBB (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Transforms/IPO/
DCrossDSOCFI.cpp131 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/lib/Transforms/Scalar/
DJumpThreading.cpp597 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/
DJumpThreading.cpp676 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()