Home
last modified time | relevance | path

Searched defs:ThenBB (Results 1 – 24 of 24) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Frontend/OpenMP/
DOMPIRBuilder.cpp364 BasicBlock *ThenBB = ThenTI->getParent(); in CreateParallel() local
/external/llvm/examples/Kaleidoscope/Chapter5/
Dtoy.cpp620 BasicBlock *ThenBB = BasicBlock::Create(TheContext, "then", TheFunction); in codegen() local
/external/llvm/examples/Kaleidoscope/Chapter6/
Dtoy.cpp731 BasicBlock *ThenBB = BasicBlock::Create(TheContext, "then", TheFunction); in codegen() local
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
Dtoy.cpp835 BasicBlock *ThenBB = BasicBlock::Create(TheContext, "then", TheFunction); in codegen() local
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dtoy-jit.cpp731 BasicBlock *ThenBB = BasicBlock::Create(TheContext, "then", TheFunction); in Codegen() local
Dtoy.cpp1011 BasicBlock *ThenBB = BasicBlock::Create(TheContext, "then", TheFunction); in Codegen() local
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
Dtoy.cpp824 BasicBlock *ThenBB = BasicBlock::Create(TheContext, "then", TheFunction); in codegen() local
/external/llvm/examples/Kaleidoscope/Chapter8/
Dtoy.cpp831 BasicBlock *ThenBB = BasicBlock::Create(TheContext, "then", TheFunction); in codegen() local
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
Dtoy.cpp835 BasicBlock *ThenBB = BasicBlock::Create(TheContext, "then", TheFunction); in codegen() local
/external/llvm/examples/Kaleidoscope/Chapter7/
Dtoy.cpp836 BasicBlock *ThenBB = BasicBlock::Create(TheContext, "then", TheFunction); in codegen() local
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
Dtoy.cpp835 BasicBlock *ThenBB = BasicBlock::Create(TheContext, "then", TheFunction); in codegen() local
/external/llvm/tools/llvm-c-test/
Decho.cpp439 LLVMBasicBlockRef ThenBB = DeclareBB(LLVMValueAsBasicBlock(Then)); in CloneInstruction() local
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dtoy-jit.cpp749 BasicBlock *ThenBB = BasicBlock::Create(TheContext, "then", TheFunction); in Codegen() local
Dtoy.cpp1113 BasicBlock *ThenBB = BasicBlock::Create(TheContext, "then", TheFunction); in Codegen() local
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
Dtoy.cpp846 BasicBlock *ThenBB = BasicBlock::Create(TheContext, "then", TheFunction); in codegen() local
/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp827 llvm::BasicBlock *ThenBB = nullptr; in EmitOMPLastprivateClauseFinal() local
1177 auto *ThenBB = CGF.createBasicBlock(".omp.reduction.pu"); in emitPostUpdateForReductionClause() local
1367 auto *ThenBB = createBasicBlock(".omp.linear.pu"); in EmitOMPLinearClauseFinal() local
1561 auto *ThenBB = createBasicBlock(".omp.final.then"); in EmitOMPSimdFinal() local
/external/llvm/examples/Kaleidoscope/Chapter9/
Dtoy.cpp1015 BasicBlock *ThenBB = BasicBlock::Create(TheContext, "then", TheFunction); in codegen() local
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
Dtoy.cpp971 BasicBlock *ThenBB = BasicBlock::Create(TheContext, "then", TheFunction); in Codegen() local
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
Dtoy.cpp1191 BasicBlock *ThenBB = BasicBlock::Create(TheContext, "then", TheFunction); in Codegen() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/
DWebAssemblyLowerEmscriptenEHSjLj.cpp1746 BasicBlock *ThenBB = BasicBlock::Create(C, "if.then", &F); in handleLongjmpableCallsForWasmSjLj() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp2762 static bool validateAndCostRequiredSelects(BasicBlock *BB, BasicBlock *ThenBB, in validateAndCostRequiredSelects()
2852 bool SimplifyCFGOpt::SpeculativelyExecuteBB(BranchInst *BI, BasicBlock *ThenBB, in SpeculativelyExecuteBB()
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp1595 static bool SpeculativelyExecuteBB(BranchInst *BI, BasicBlock *ThenBB, in SpeculativelyExecuteBB()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp1963 static bool SpeculativelyExecuteBB(BranchInst *BI, BasicBlock *ThenBB, in SpeculativelyExecuteBB()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Frontend/OpenMP/
DOMPIRBuilder.cpp3628 auto *ThenBB = BasicBlock::Create(M.getContext(), "omp_region.body"); in emitCommonDirectiveEntry() local