Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DCrossDSOCFI.cpp140 BasicBlock *TestBB = BasicBlock::Create(Ctx, "test", F); in buildCFICheck() local
141 IRBuilder<> IRBTest(TestBB); in buildCFICheck()
150 SI->addCase(CaseTypeId, TestBB); in buildCFICheck()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1019 BasicBlock *TestBB = BBTerm->getSuccessor(MinSucc); in getBestDestForJumpOnUndef() local
1021 unsigned MinNumPreds = pred_size(TestBB); in getBestDestForJumpOnUndef()
1023 TestBB = BBTerm->getSuccessor(i); in getBestDestForJumpOnUndef()
1024 unsigned NumPreds = pred_size(TestBB); in getBestDestForJumpOnUndef()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp1285 llvm::BasicBlock *TestBB = CGF.createBasicBlock("omp.critical.test"); in emitCriticalRegion() local
1313 CGF.Builder.CreateCondBr(CmpLoopBound, TestBB, ExitBB); in emitCriticalRegion()
1317 CGF.EmitBlock(TestBB); in emitCriticalRegion()