Searched refs:ThenTI (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 714 Instruction *ThenTI = UI, *ElseTI = nullptr; in createCancel() local 716 SplitBlockAndInsertIfThenElse(IfCondition, UI, &ThenTI, &ElseTI); in createCancel() 717 Builder.SetInsertPoint(ThenTI); in createCancel() 931 Instruction *ThenTI = UI, *ElseTI = nullptr; in createParallel() local 933 SplitBlockAndInsertIfThenElse(IfCondition, UI, &ThenTI, &ElseTI); in createParallel() 935 BasicBlock *ThenBB = ThenTI->getParent(); in createParallel() 936 BasicBlock *PRegEntryBB = ThenBB->splitBasicBlock(ThenTI, "omp.par.entry"); in createParallel() 938 PRegEntryBB->splitBasicBlock(ThenTI, "omp.par.region"); in createParallel() 940 PRegBodyBB->splitBasicBlock(ThenTI, "omp.par.pre_finalize"); in createParallel() 942 PRegPreFiniBB->splitBasicBlock(ThenTI, "omp.par.exit"); in createParallel()
|