Searched refs:SetTy (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | DepthFirstIterator.h | 234 template <class T, class SetTy = df_iterator_default_set<typename GraphTraits<T>::NodeRef>> 235 struct df_ext_iterator : public df_iterator<T, SetTy, true> { 236 df_ext_iterator(const df_iterator<T, SetTy, true> &V) in df_ext_iterator() 237 : df_iterator<T, SetTy, true>(V) {} in df_ext_iterator() 240 template <class T, class SetTy> 241 df_ext_iterator<T, SetTy> df_ext_begin(const T& G, SetTy &S) { in df_ext_begin() 242 return df_ext_iterator<T, SetTy>::begin(G, S); in df_ext_begin() 245 template <class T, class SetTy> 246 df_ext_iterator<T, SetTy> df_ext_end(const T& G, SetTy &S) { in df_ext_end() 247 return df_ext_iterator<T, SetTy>::end(G, S); in df_ext_end() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
H A D | Attributor.h | 4952 using SetTy = SmallSetVector<MemberTy, 8>; 4981 const SetTy &getAssumedSet() const { 5047 SetTy &getAssumedSet() { 5106 SetTy IntersectSet; 5120 SetTy Set;
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SimplifyCFG.cpp | 2480 using SetTy = SmallVector<InvokeInst *, 2>; typedef 2482 SmallVector<SetTy, 1> Sets; 2486 SetTy &getCompatibleSet(InvokeInst *II); 2491 CompatibleSets::SetTy &CompatibleSets::getCompatibleSet(InvokeInst *II) { in getCompatibleSet() 2496 for (CompatibleSets::SetTy &Set : Sets) { in getCompatibleSet()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | AttributorAttributes.cpp | 9613 bool fillSetWithConstantValues(Attributor &A, const IRPosition &IRP, SetTy &S, in fillSetWithConstantValues() 9839 SetTy LHSAAPVS, RHSAAPVS; in updateWithICmpInst() 9905 SetTy LHSAAPVS, RHSAAPVS; in updateWithSelectInst() 9950 SetTy SrcPVS; in updateWithCastInst() 9973 SetTy LHSAAPVS, RHSAAPVS; in updateWithBinaryOperator() 10010 SetTy Incoming; in updateWithInstruction()
|