Searched refs:TestBB (Results 1 – 3 of 3) sorted by relevance
126 BasicBlock *TestBB = BasicBlock::Create(Ctx, "test", F); in buildCFICheck() local127 IRBuilder<> IRBTest(TestBB); in buildCFICheck()136 SI->addCase(CaseTypeId, TestBB); in buildCFICheck()
922 BasicBlock *TestBB = BBTerm->getSuccessor(MinSucc); in getBestDestForJumpOnUndef() local924 unsigned MinNumPreds = pred_size(TestBB); in getBestDestForJumpOnUndef()926 TestBB = BBTerm->getSuccessor(i); in getBestDestForJumpOnUndef()927 unsigned NumPreds = pred_size(TestBB); in getBestDestForJumpOnUndef()
1322 llvm::BasicBlock *TestBB = CGF.createBasicBlock("omp.critical.test"); in emitCriticalRegion() local1350 CGF.Builder.CreateCondBr(CmpLoopBound, TestBB, ExitBB); in emitCriticalRegion()1354 CGF.EmitBlock(TestBB); in emitCriticalRegion()