Searched refs:OMP_Entry (Results 1 – 1 of 1) sorted by relevance
2105 BasicBlock *OMP_Entry = IP.getBlock(); in createCopyinClauseBlocks() local2106 Function *CurFn = OMP_Entry->getParent(); in createCopyinClauseBlocks()2113 if (isa_and_nonnull<BranchInst>(OMP_Entry->getTerminator())) { in createCopyinClauseBlocks()2114 CopyEnd = OMP_Entry->splitBasicBlock(OMP_Entry->getTerminator(), in createCopyinClauseBlocks()2116 OMP_Entry->getTerminator()->eraseFromParent(); in createCopyinClauseBlocks()2122 Builder.SetInsertPoint(OMP_Entry); in createCopyinClauseBlocks()