Searched refs:set_is_subset (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | NoOwnershipChangeVisitor.cpp | 102 return !llvm::set_is_subset(ExitOwners, CurrOwners); in wasModifiedInFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ScopedNoAliasAA.cpp | 141 if (llvm::set_is_subset(ScopeNodes, NANodes)) in mayAliasInScopes()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | SetOperations.h | 151 bool set_is_subset(const S1Ty &S1, const S2Ty &S2) { in set_is_subset() function
|
/freebsd/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 | 2130 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 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/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | GenericLoopInfoImpl.h | 701 llvm::set_is_subset(BlocksSet, OtherBlocksSet) && in compareLoops()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULowerModuleLDSPass.cpp | 650 } else if (set_is_subset(K.second, HybridModuleRootKernels)) { in partitionVariablesIntoIndirectStrategies()
|
H A D | AMDGPULowerBufferFatPointers.cpp | 890 if (set_is_subset(Seen, Roots)) { in processConditionals()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | MemProfContextDisambiguation.cpp | 1217 set_is_subset(CallerEdgeContextIds, NodeContextIds)); in checkNode()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
H A D | Attributor.h | 475 return llvm::set_is_subset(*LHS, *RHS);
|