Searched refs:TestBB (Results 1 – 3 of 3) sorted by relevance
140 BasicBlock *TestBB = BasicBlock::Create(Ctx, "test", F); in buildCFICheck() local141 IRBuilder<> IRBTest(TestBB); in buildCFICheck()150 SI->addCase(CaseTypeId, TestBB); in buildCFICheck()
1019 BasicBlock *TestBB = BBTerm->getSuccessor(MinSucc); in getBestDestForJumpOnUndef() local1021 unsigned MinNumPreds = pred_size(TestBB); in getBestDestForJumpOnUndef()1023 TestBB = BBTerm->getSuccessor(i); in getBestDestForJumpOnUndef()1024 unsigned NumPreds = pred_size(TestBB); in getBestDestForJumpOnUndef()
1285 llvm::BasicBlock *TestBB = CGF.createBasicBlock("omp.critical.test"); in emitCriticalRegion() local1313 CGF.Builder.CreateCondBr(CmpLoopBound, TestBB, ExitBB); in emitCriticalRegion()1317 CGF.EmitBlock(TestBB); in emitCriticalRegion()