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

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

Completed in 110 milliseconds