Home
last modified time | relevance | path

Searched refs:TestBB (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DCrossDSOCFI.cpp126 BasicBlock *TestBB = BasicBlock::Create(Ctx, "test", F); in buildCFICheck() local
127 IRBuilder<> IRBTest(TestBB); in buildCFICheck()
136 SI->addCase(CaseTypeId, TestBB); in buildCFICheck()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp933 BasicBlock *TestBB = BBTerm->getSuccessor(MinSucc); in getBestDestForJumpOnUndef() local
935 unsigned MinNumPreds = pred_size(TestBB); in getBestDestForJumpOnUndef()
937 TestBB = BBTerm->getSuccessor(i); in getBestDestForJumpOnUndef()
938 unsigned NumPreds = pred_size(TestBB); in getBestDestForJumpOnUndef()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp1341 llvm::BasicBlock *TestBB = CGF.createBasicBlock("omp.critical.test"); in emitCriticalRegion() local
1369 CGF.Builder.CreateCondBr(CmpLoopBound, TestBB, ExitBB); in emitCriticalRegion()
1373 CGF.EmitBlock(TestBB); in emitCriticalRegion()