Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNoOwnershipChangeVisitor.cpp92 return !llvm::set_is_subset(ExitOwners, CurrOwners); in wasModifiedInFunction()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScopedNoAliasAA.cpp150 if (llvm::set_is_subset(ScopeNodes, NANodes)) in mayAliasInScopes()
H A DScalarEvolution.cpp4146 return llvm::set_is_subset(PC1.MaybePoison, PC2.MaybePoison); in impliesPoison()
/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/Transforms/Scalar/
H A DLoopSink.cpp231 !llvm::set_is_subset(BBsToSinkInto, LoopBlockNumber)) in sinkInstruction()
H A DNewGVN.cpp398 return llvm::set_is_subset(Members, Other->Members); in isEquivalentTo()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DReachingDefAnalysis.cpp757 return llvm::set_is_subset(Uses, Dead); in collectKilledOperands()
782 if (!llvm::set_is_subset(Uses, Ignore)) in isSafeToDefRegAt()
H A DMachinePipeliner.cpp2330 if (llvm::set_is_subset(S1, S2) && S1.size() == S2.size()) { in colocateNodeSets()
2502 if (pred_L(NodeOrder, N, DDG.get()) && llvm::set_is_subset(N, Nodes)) { in computeNodeOrder()
2507 llvm::set_is_subset(N, Nodes)) { in computeNodeOrder()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericLoopInfoImpl.h713 llvm::set_is_subset(BlocksSet, OtherBlocksSet) && in compareLoops()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerModuleLDSPass.cpp648 } else if (set_is_subset(K.second, HybridModuleRootKernels)) { in partitionVariablesIntoIndirectStrategies()
H A DAMDGPULowerBufferFatPointers.cpp1500 if (set_is_subset(Seen, Roots)) { in processConditionals()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp1554 set_is_subset(CallerEdgeContextIds, NodeContextIds)); in checkNode()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h487 return llvm::set_is_subset(*LHS, *RHS);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp8664 set_is_subset(SubSlice, std::get<1>(P)); in tryToVectorizeGatheredLoads()