Home
last modified time | relevance | path

Searched refs:set_is_subset (Results 1 – 12 of 12) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDNoOwnershipChangeVisitor.cpp102 return !llvm::set_is_subset(ExitOwners, CurrOwners); in wasModifiedInFunction()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Analysis/
HDScopedNoAliasAA.cpp141 if (llvm::set_is_subset(ScopeNodes, NANodes)) in mayAliasInScopes()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/ADT/
HDSetOperations.h151 bool set_is_subset(const S1Ty &S1, const S2Ty &S2) { in set_is_subset() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDReachingDefAnalysis.cpp668 return llvm::set_is_subset(Uses, Dead); in collectKilledOperands()
693 if (!llvm::set_is_subset(Uses, Ignore)) in isSafeToDefRegAt()
HDMachinePipeliner.cpp2130 if (llvm::set_is_subset(S1, S2) && S1.size() == S2.size()) { in colocateNodeSets()
2302 if (pred_L(NodeOrder, N) && llvm::set_is_subset(N, Nodes)) { in computeNodeOrder()
2306 } else if (succ_L(NodeOrder, N) && llvm::set_is_subset(N, Nodes)) { in computeNodeOrder()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDLoopSink.cpp215 !llvm::set_is_subset(BBsToSinkInto, LoopBlockNumber)) in sinkInstruction()
HDNewGVN.cpp389 return llvm::set_is_subset(Members, Other->Members); in isEquivalentTo()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDGenericLoopInfoImpl.h701 llvm::set_is_subset(BlocksSet, OtherBlocksSet) && in compareLoops()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPULowerModuleLDSPass.cpp650 } else if (set_is_subset(K.second, HybridModuleRootKernels)) { in partitionVariablesIntoIndirectStrategies()
HDAMDGPULowerBufferFatPointers.cpp890 if (set_is_subset(Seen, Roots)) { in processConditionals()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDMemProfContextDisambiguation.cpp1217 set_is_subset(CallerEdgeContextIds, NodeContextIds)); in checkNode()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
HDAttributor.h475 return llvm::set_is_subset(*LHS, *RHS);