Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DBasicBlockUtils.cpp715 BasicBlock *ThenBlock = BasicBlock::Create(C, "", Head->getParent(), Tail); in SplitBlockAndInsertIfThen() local
765 BasicBlock *ThenBlock = BasicBlock::Create(C, "", Head->getParent(), Tail); in SplitBlockAndInsertIfThenElse() local
/external/clang/lib/CodeGen/
DCGStmt.cpp573 llvm::BasicBlock *ThenBlock = createBasicBlock("if.then"); in EmitIfStmt() local
DCGStmtOpenMP.cpp1198 auto *ThenBlock = CGF.createBasicBlock("simd.if.then"); in EmitOMPSimdDirective() local
1489 auto *ThenBlock = createBasicBlock("omp.precond.then"); in EmitOMPWorksharingLoop() local
DCGOpenMPRuntime.cpp1233 auto ThenBlock = CGF.createBasicBlock("omp_if.then"); in emitOMPIfClause() local
1424 auto *ThenBlock = CGF.createBasicBlock("omp_if.then"); in emitIfStmt() local
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp1793 BasicBlock *ThenBlock = ThenTerm->getParent(); in createPHI() local
/external/clang/lib/Analysis/
DCFG.cpp2213 CFGBlock *ThenBlock; in VisitIfStmt() local