Searched refs:OMP_Entry (Results 1 – 1 of 1) sorted by relevance
1369 BasicBlock *OMP_Entry = IP.getBlock(); in createCopyinClauseBlocks() local1370 Function *CurFn = OMP_Entry->getParent(); in createCopyinClauseBlocks()1377 if (isa_and_nonnull<BranchInst>(OMP_Entry->getTerminator())) { in createCopyinClauseBlocks()1378 CopyEnd = OMP_Entry->splitBasicBlock(OMP_Entry->getTerminator(), in createCopyinClauseBlocks()1380 OMP_Entry->getTerminator()->eraseFromParent(); in createCopyinClauseBlocks()1386 Builder.SetInsertPoint(OMP_Entry); in createCopyinClauseBlocks()