Home
last modified time | relevance | path

Searched defs:ThenBlock (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DCallPromotionUtils.cpp80 BasicBlock *ThenBlock, in fixupPHINodeForUnwindDest()
277 BasicBlock *ThenBlock = ThenTerm->getParent(); in versionCallSite() local
DBasicBlockUtils.cpp692 BasicBlock *ThenBlock = BasicBlock::Create(C, "", Head->getParent(), Tail); in SplitBlockAndInsertIfThen() local
735 BasicBlock *ThenBlock = BasicBlock::Create(C, "", Head->getParent(), Tail); in SplitBlockAndInsertIfThenElse() local
/external/llvm/lib/Transforms/Utils/
DBasicBlockUtils.cpp623 BasicBlock *ThenBlock = BasicBlock::Create(C, "", Head->getParent(), Tail); in SplitBlockAndInsertIfThen() local
665 BasicBlock *ThenBlock = BasicBlock::Create(C, "", Head->getParent(), Tail); in SplitBlockAndInsertIfThenElse() local
/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp1607 auto *ThenBlock = CGF.createBasicBlock("simd.if.then"); in EmitOMPSimdDirective() local
1966 auto *ThenBlock = createBasicBlock("omp.precond.then"); in EmitOMPWorksharingLoop() local
2649 auto *ThenBlock = createBasicBlock("omp.precond.then"); in EmitOMPDistributeLoop() local
3523 auto *ThenBlock = CGF.createBasicBlock("taskloop.if.then"); in EmitOMPTaskLoopBasedDirective() local
DCGStmt.cpp607 llvm::BasicBlock *ThenBlock = createBasicBlock("if.then"); in EmitIfStmt() local
DCGOpenMPRuntime.cpp1910 auto ThenBlock = CGF.createBasicBlock("omp_if.then"); in emitOMPIfClause() local
2057 auto *ThenBlock = CGF.createBasicBlock("omp_if.then"); in Enter() local
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp1987 BasicBlock *ThenBlock = ThenTerm->getParent(); in createPHI() local
/external/swiftshader/third_party/subzero/src/
DPNaClTranslator.cpp2451 Ice::CfgNode *ThenBlock = getBranchBasicBlock(Values[0]); in ProcessRecord() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp2775 BasicBlock *ThenBlock = ThenTerm->getParent(); in createPHI() local
/external/clang/lib/Analysis/
DCFG.cpp2221 CFGBlock *ThenBlock; in VisitIfStmt() local