Searched refs:OMP_Entry (Results 1 – 1 of 1) sorted by relevance
5834 BasicBlock *OMP_Entry = IP.getBlock(); in createCopyinClauseBlocks() local5835 Function *CurFn = OMP_Entry->getParent(); in createCopyinClauseBlocks()5842 if (isa_and_nonnull<BranchInst>(OMP_Entry->getTerminator())) { in createCopyinClauseBlocks()5843 CopyEnd = OMP_Entry->splitBasicBlock(OMP_Entry->getTerminator(), in createCopyinClauseBlocks()5845 OMP_Entry->getTerminator()->eraseFromParent(); in createCopyinClauseBlocks()5851 Builder.SetInsertPoint(OMP_Entry); in createCopyinClauseBlocks()