Searched refs:isLeafConstruct (Results 1 – 3 of 3) sorted by relevance
30 bool isLeafConstruct(Directive D);
174 bool isLeafConstruct(Directive D) { return getLeafConstructs(D).empty(); } in isLeafConstruct() function
752 assert(isLeafConstruct(LKind) && "Epecting leaf directive"); in getOpenMPCaptureRegions()