Searched refs:TestBB (Results 1 – 3 of 3) sorted by relevance
145 BasicBlock *TestBB = BasicBlock::Create(Ctx, "test", F); in buildCFICheck() local146 IRBuilder<> IRBTest(TestBB); in buildCFICheck()155 SI->addCase(CaseTypeId, TestBB); in buildCFICheck()
1004 BasicBlock *TestBB = BBTerm->getSuccessor(MinSucc); in getBestDestForJumpOnUndef() local1006 unsigned MinNumPreds = pred_size(TestBB); in getBestDestForJumpOnUndef()1008 TestBB = BBTerm->getSuccessor(i); in getBestDestForJumpOnUndef()1009 unsigned NumPreds = pred_size(TestBB); in getBestDestForJumpOnUndef()
2196 llvm::BasicBlock *TestBB = CGF.createBasicBlock("omp.critical.test"); in emitCriticalRegion() local2224 CGF.Builder.CreateCondBr(CmpLoopBound, TestBB, ExitBB); in emitCriticalRegion()2228 CGF.EmitBlock(TestBB); in emitCriticalRegion()