Searched refs:SetTy (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | DepthFirstIterator.h | 238 template <class T, class SetTy = df_iterator_default_set<typename GraphTraits<T>::NodeRef>> 239 struct df_ext_iterator : public df_iterator<T, SetTy, true> { 240 df_ext_iterator(const df_iterator<T, SetTy, true> &V) in df_ext_iterator() 241 : df_iterator<T, SetTy, true>(V) {} in df_ext_iterator() 244 template <class T, class SetTy> 245 df_ext_iterator<T, SetTy> df_ext_begin(const T& G, SetTy &S) { in df_ext_begin() 246 return df_ext_iterator<T, SetTy>::begin(G, S); in df_ext_begin() 249 template <class T, class SetTy> 250 df_ext_iterator<T, SetTy> df_ext_end(const T& G, SetTy &S) { in df_ext_end() 251 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 | 5014 using SetTy = SmallSetVector<MemberTy, 8>; 5043 const SetTy &getAssumedSet() const { 5109 SetTy &getAssumedSet() { 5167 SetTy IntersectSet; 5181 SetTy Set;
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyCFG.cpp | 2610 using SetTy = SmallVector<InvokeInst *, 2>; typedef 2612 SmallVector<SetTy, 1> Sets; 2616 SetTy &getCompatibleSet(InvokeInst *II); 2621 CompatibleSets::SetTy &CompatibleSets::getCompatibleSet(InvokeInst *II) { in getCompatibleSet() 2626 for (CompatibleSets::SetTy &Set : Sets) { in getCompatibleSet()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | AttributorAttributes.cpp | 9693 bool fillSetWithConstantValues(Attributor &A, const IRPosition &IRP, SetTy &S, in fillSetWithConstantValues() 9919 SetTy LHSAAPVS, RHSAAPVS; in updateWithICmpInst() 9985 SetTy LHSAAPVS, RHSAAPVS; in updateWithSelectInst() 10030 SetTy SrcPVS; in updateWithCastInst() 10053 SetTy LHSAAPVS, RHSAAPVS; in updateWithBinaryOperator() 10090 SetTy Incoming; in updateWithInstruction()
|