Searched refs:set_is_subset (Results 1 – 11 of 11) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | SetOperations.h | 104 bool set_is_subset(const S1Ty &S1, const S2Ty &S2) { in set_is_subset() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ScopedNoAliasAA.cpp | 141 if (llvm::set_is_subset(ScopeNodes, NANodes)) in mayAliasInScopes()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ReachingDefAnalysis.cpp | 668 return llvm::set_is_subset(Uses, Dead); in collectKilledOperands() 693 if (!llvm::set_is_subset(Uses, Ignore)) in isSafeToDefRegAt()
|
| H A D | MachinePipeliner.cpp | 2070 if (llvm::set_is_subset(S1, S2) && S1.size() == S2.size()) { in colocateNodeSets() 2242 if (pred_L(NodeOrder, N) && llvm::set_is_subset(N, Nodes)) { in computeNodeOrder() 2246 } else if (succ_L(NodeOrder, N) && llvm::set_is_subset(N, Nodes)) { in computeNodeOrder()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopSink.cpp | 215 !llvm::set_is_subset(BBsToSinkInto, LoopBlockNumber)) in sinkInstruction()
|
| H A D | NewGVN.cpp | 389 return llvm::set_is_subset(Members, Other->Members); in isEquivalentTo()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | GenericLoopInfoImpl.h | 701 llvm::set_is_subset(BlocksSet, OtherBlocksSet) && in compareLoops()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPULowerModuleLDSPass.cpp | 815 } else if (set_is_subset(K.second, HybridModuleRootKernels)) { in partitionVariablesIntoIndirectStrategies()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | MallocChecker.cpp | 861 return !llvm::set_is_subset(ExitOwners, CurrOwners); in wasModifiedInFunction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | MemProfContextDisambiguation.cpp | 2174 set_is_subset(CallerEdgeContextIds, Node->ContextIds)); in checkNode()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| H A D | Attributor.h | 474 return llvm::set_is_subset(*LHS, *RHS);
|