Searched refs:TestBB (Results 1 – 2 of 2) sorted by relevance
145 BasicBlock *TestBB = BasicBlock::Create(Ctx, "test", F); in buildCFICheck() local146 IRBuilder<> IRBTest(TestBB); in buildCFICheck()156 SI->addCase(CaseTypeId, TestBB); in buildCFICheck()
680 BasicBlock *TestBB = BBTerm->getSuccessor(MinSucc); in GetBestDestForJumpOnUndef() local682 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()