Searched refs:getLeafConstructs (Results 1 – 5 of 5) sorted by relevance
77 ArrayRef<Directive> getLeafConstructs(Directive D) { in getLeafConstructs() function86 if (auto Leafs = getLeafConstructs(D); !Leafs.empty()) in getLeafConstructsOrSelf()132 ArrayRef<Directive> Ls = getLeafConstructs(P); in getCompoundConstruct()168 ArrayRef<Directive> FoundLeafs = getLeafConstructs(Found); in getCompoundConstruct()174 bool isLeafConstruct(Directive D) { return getLeafConstructs(D).empty(); } in isLeafConstruct()187 return !getLeafConstructs(D).empty() && !isCompositeConstruct(D); in isCombinedConstruct()
599 llvm::is_contained(getLeafConstructs(DKind), OMPD_taskloop); in isOpenMPTaskLoopDirective()606 llvm::is_contained(getLeafConstructs(DKind), OMPD_parallel); in isOpenMPParallelDirective()611 llvm::is_contained(getLeafConstructs(DKind), OMPD_target); in isOpenMPTargetExecutionDirective()622 ArrayRef<Directive> Leaves = getLeafConstructs(DKind); in isOpenMPNestingTeamsDirective()628 llvm::is_contained(getLeafConstructs(DKind), OMPD_teams); in isOpenMPTeamsDirective()639 llvm::is_contained(getLeafConstructs(DKind), OMPD_simd); in isOpenMPSimdDirective()645 ArrayRef<Directive> Leaves = getLeafConstructs(Kind); in isOpenMPNestingDistributeDirective()651 llvm::is_contained(getLeafConstructs(Kind), OMPD_distribute); in isOpenMPDistributeDirective()657 ArrayRef<Directive> Leaves = getLeafConstructs(Kind); in isOpenMPGenericLoopDirective()
22 ArrayRef<Directive> getLeafConstructs(Directive D);
133 std::vector<Record *> getLeafConstructs() const { in getLeafConstructs() function
188 size_t Count = Directive{R}.getLeafConstructs().size(); in GetMaxLeafCount()522 std::vector<Record *> Leaves = Dir.getLeafConstructs(); in EmitLeafTable()697 std::vector<Record *> leaves = D.getLeafConstructs(); in GenerateGetDirectiveAssociation()