Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNoOwnershipChangeVisitor.cpp102 return !llvm::set_is_subset(ExitOwners, CurrOwners); in wasModifiedInFunction()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScopedNoAliasAA.cpp141 if (llvm::set_is_subset(ScopeNodes, NANodes)) in mayAliasInScopes()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSetOperations.h151 bool set_is_subset(const S1Ty &S1, const S2Ty &S2) { in set_is_subset() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DReachingDefAnalysis.cpp668 return llvm::set_is_subset(Uses, Dead); in collectKilledOperands()
693 if (!llvm::set_is_subset(Uses, Ignore)) in isSafeToDefRegAt()
H A DMachinePipeliner.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/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopSink.cpp215 !llvm::set_is_subset(BBsToSinkInto, LoopBlockNumber)) in sinkInstruction()
H A DNewGVN.cpp389 return llvm::set_is_subset(Members, Other->Members); in isEquivalentTo()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericLoopInfoImpl.h701 llvm::set_is_subset(BlocksSet, OtherBlocksSet) && in compareLoops()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerModuleLDSPass.cpp650 } else if (set_is_subset(K.second, HybridModuleRootKernels)) { in partitionVariablesIntoIndirectStrategies()
H A DAMDGPULowerBufferFatPointers.cpp890 if (set_is_subset(Seen, Roots)) { in processConditionals()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp1217 set_is_subset(CallerEdgeContextIds, NodeContextIds)); in checkNode()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h475 return llvm::set_is_subset(*LHS, *RHS);