Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Frontend/OpenMP/
DOMPIRBuilder.cpp236 Instruction *ThenTI = UI, *ElseTI = nullptr; in CreateCancel() local
238 SplitBlockAndInsertIfThenElse(IfCondition, UI, &ThenTI, &ElseTI); in CreateCancel()
239 Builder.SetInsertPoint(ThenTI); in CreateCancel()
360 Instruction *ThenTI = UI, *ElseTI = nullptr; in CreateParallel() local
362 SplitBlockAndInsertIfThenElse(IfCondition, UI, &ThenTI, &ElseTI); in CreateParallel()
364 BasicBlock *ThenBB = ThenTI->getParent(); in CreateParallel()
365 BasicBlock *PRegEntryBB = ThenBB->splitBasicBlock(ThenTI, "omp.par.entry"); in CreateParallel()
367 PRegEntryBB->splitBasicBlock(ThenTI, "omp.par.region"); in CreateParallel()
369 PRegBodyBB->splitBasicBlock(ThenTI, "omp.par.pre_finalize"); in CreateParallel()
371 PRegPreFiniBB->splitBasicBlock(ThenTI, "omp.par.exit"); in CreateParallel()
/external/llvm-project/llvm/lib/Frontend/OpenMP/
DOMPIRBuilder.cpp357 Instruction *ThenTI = UI, *ElseTI = nullptr; in createCancel() local
359 SplitBlockAndInsertIfThenElse(IfCondition, UI, &ThenTI, &ElseTI); in createCancel()
360 Builder.SetInsertPoint(ThenTI); in createCancel()
488 Instruction *ThenTI = UI, *ElseTI = nullptr; in createParallel() local
490 SplitBlockAndInsertIfThenElse(IfCondition, UI, &ThenTI, &ElseTI); in createParallel()
492 BasicBlock *ThenBB = ThenTI->getParent(); in createParallel()
493 BasicBlock *PRegEntryBB = ThenBB->splitBasicBlock(ThenTI, "omp.par.entry"); in createParallel()
495 PRegEntryBB->splitBasicBlock(ThenTI, "omp.par.region"); in createParallel()
497 PRegBodyBB->splitBasicBlock(ThenTI, "omp.par.pre_finalize"); in createParallel()
499 PRegPreFiniBB->splitBasicBlock(ThenTI, "omp.par.exit"); in createParallel()