Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp399 Instruction *ThenTI = UI, *ElseTI = nullptr; in createCancel() local
401 SplitBlockAndInsertIfThenElse(IfCondition, UI, &ThenTI, &ElseTI); in createCancel()
402 Builder.SetInsertPoint(ThenTI); in createCancel()
530 Instruction *ThenTI = UI, *ElseTI = nullptr; in createParallel() local
532 SplitBlockAndInsertIfThenElse(IfCondition, UI, &ThenTI, &ElseTI); in createParallel()
534 BasicBlock *ThenBB = ThenTI->getParent(); in createParallel()
535 BasicBlock *PRegEntryBB = ThenBB->splitBasicBlock(ThenTI, "omp.par.entry"); in createParallel()
537 PRegEntryBB->splitBasicBlock(ThenTI, "omp.par.region"); in createParallel()
539 PRegBodyBB->splitBasicBlock(ThenTI, "omp.par.pre_finalize"); in createParallel()
541 PRegPreFiniBB->splitBasicBlock(ThenTI, "omp.par.exit"); in createParallel()