Searched refs:PPCGScop (Results 1 – 1 of 1) sorted by relevance
2714 auto PPCGScop = (ppcg_scop *)malloc(sizeof(ppcg_scop)); in createPPCGScop() local2716 PPCGScop->options = createPPCGOptions(); in createPPCGScop()2718 PPCGScop->options->live_range_reordering = 1; in createPPCGScop()2720 PPCGScop->start = 0; in createPPCGScop()2721 PPCGScop->end = 0; in createPPCGScop()2723 PPCGScop->context = S->getContext().release(); in createPPCGScop()2724 PPCGScop->domain = S->getDomains().release(); in createPPCGScop()2726 PPCGScop->call = isl_union_set_from_set(S->getContext().release()); in createPPCGScop()2727 PPCGScop->tagged_reads = getTaggedReads(); in createPPCGScop()2728 PPCGScop->reads = S->getReads().release(); in createPPCGScop()[all …]