Searched refs:OMP_Entry (Results 1 – 1 of 1) sorted by relevance
6160 BasicBlock *OMP_Entry = IP.getBlock(); in createCopyinClauseBlocks() local6161 Function *CurFn = OMP_Entry->getParent(); in createCopyinClauseBlocks()6168 if (isa_and_nonnull<BranchInst>(OMP_Entry->getTerminator())) { in createCopyinClauseBlocks()6169 CopyEnd = OMP_Entry->splitBasicBlock(OMP_Entry->getTerminator(), in createCopyinClauseBlocks()6171 OMP_Entry->getTerminator()->eraseFromParent(); in createCopyinClauseBlocks()6177 Builder.SetInsertPoint(OMP_Entry); in createCopyinClauseBlocks()