Searched refs:TestBB (Results 1 – 3 of 3) sorted by relevance
125 BasicBlock *TestBB = BasicBlock::Create(Ctx, "test", F); in buildCFICheck() local126 IRBuilder<> IRBTest(TestBB); in buildCFICheck()135 SI->addCase(CaseTypeId, TestBB); in buildCFICheck()
919 BasicBlock *TestBB = BBTerm->getSuccessor(MinSucc); in getBestDestForJumpOnUndef() local921 unsigned MinNumPreds = pred_size(TestBB); in getBestDestForJumpOnUndef()923 TestBB = BBTerm->getSuccessor(i); in getBestDestForJumpOnUndef()924 unsigned NumPreds = pred_size(TestBB); in getBestDestForJumpOnUndef()
1321 llvm::BasicBlock *TestBB = CGF.createBasicBlock("omp.critical.test"); in emitCriticalRegion() local1349 CGF.Builder.CreateCondBr(CmpLoopBound, TestBB, ExitBB); in emitCriticalRegion()1353 CGF.EmitBlock(TestBB); in emitCriticalRegion()