Searched refs:TestBB (Results 1 – 3 of 3) sorted by relevance
131 BasicBlock *TestBB = BasicBlock::Create(Ctx, "test", F); in buildCFICheck() local132 IRBuilder<> IRBTest(TestBB); in buildCFICheck()141 SI->addCase(CaseTypeId, TestBB); in buildCFICheck()
597 BasicBlock *TestBB = BBTerm->getSuccessor(MinSucc); in GetBestDestForJumpOnUndef() local599 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()
676 BasicBlock *TestBB = BBTerm->getSuccessor(MinSucc); in GetBestDestForJumpOnUndef() local678 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()