Searched refs:TestBB (Results 1 – 4 of 4) sorted by relevance
125 BasicBlock *TestBB = BasicBlock::Create(Ctx, "test", F); in buildCFICheck() 126 IRBuilder<> IRBTest(TestBB); in buildCFICheck() local 135 SI->addCase(CaseTypeId, TestBB); in buildCFICheck()
1178 BasicBlock *TestBB = nullptr; in TEST() local1181 TestBB = &BB; in TEST()1185 ASSERT_TRUE(TestBB); in TEST()1191 EXPECT_TRUE(simplifyCFG(TestBB, TTI, in TEST()
921 BasicBlock *TestBB = BBTerm->getSuccessor(MinSucc); in getBestDestForJumpOnUndef() 923 unsigned MinNumPreds = pred_size(TestBB); in getBestDestForJumpOnUndef() 925 TestBB = BBTerm->getSuccessor(i); in getBestDestForJumpOnUndef() 926 unsigned NumPreds = pred_size(TestBB); in getBestDestForJumpOnUndef() 922 BasicBlock *TestBB = BBTerm->getSuccessor(MinSucc); getBestDestForJumpOnUndef() local
1321 llvm::BasicBlock *TestBB = CGF.createBasicBlock("omp.critical.test"); in emitCriticalRegion() 1349 CGF.Builder.CreateCondBr(CmpLoopBound, TestBB, ExitBB); in emitCriticalRegion() 1353 CGF.EmitBlock(TestBB); in emitCriticalRegion() 1322 llvm::BasicBlock *TestBB = CGF.createBasicBlock("omp.critical.test"); emitCriticalRegion() local