Searched refs:OMP_Entry (Results 1 – 1 of 1) sorted by relevance
3496 BasicBlock *OMP_Entry = IP.getBlock(); in createCopyinClauseBlocks() local3497 Function *CurFn = OMP_Entry->getParent(); in createCopyinClauseBlocks()3504 if (isa_and_nonnull<BranchInst>(OMP_Entry->getTerminator())) { in createCopyinClauseBlocks()3505 CopyEnd = OMP_Entry->splitBasicBlock(OMP_Entry->getTerminator(), in createCopyinClauseBlocks()3507 OMP_Entry->getTerminator()->eraseFromParent(); in createCopyinClauseBlocks()3513 Builder.SetInsertPoint(OMP_Entry); in createCopyinClauseBlocks()