Searched refs:OMP_Entry (Results 1 – 1 of 1) sorted by relevance
4279 BasicBlock *OMP_Entry = IP.getBlock(); in createCopyinClauseBlocks() local4280 Function *CurFn = OMP_Entry->getParent(); in createCopyinClauseBlocks()4287 if (isa_and_nonnull<BranchInst>(OMP_Entry->getTerminator())) { in createCopyinClauseBlocks()4288 CopyEnd = OMP_Entry->splitBasicBlock(OMP_Entry->getTerminator(), in createCopyinClauseBlocks()4290 OMP_Entry->getTerminator()->eraseFromParent(); in createCopyinClauseBlocks()4296 Builder.SetInsertPoint(OMP_Entry); in createCopyinClauseBlocks()