Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DCrossDSOCFI.cpp145 BasicBlock *TestBB = BasicBlock::Create(Ctx, "test", F); in buildCFICheck() local
146 IRBuilder<> IRBTest(TestBB); in buildCFICheck()
156 SI->addCase(CaseTypeId, TestBB); in buildCFICheck()
/external/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp680 BasicBlock *TestBB = BBTerm->getSuccessor(MinSucc); in GetBestDestForJumpOnUndef() local
682 unsigned MinNumPreds = std::distance(pred_begin(TestBB), pred_end(TestBB)); in GetBestDestForJumpOnUndef()
684 TestBB = BBTerm->getSuccessor(i); in GetBestDestForJumpOnUndef()
685 unsigned NumPreds = std::distance(pred_begin(TestBB), pred_end(TestBB)); in GetBestDestForJumpOnUndef()