Searched refs:SetTy (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/ADT/ |
| H A D | DepthFirstIterator.h | 241 template <class T, class SetTy> 242 df_ext_iterator<T, SetTy> df_ext_begin(const T& G, SetTy &S) { in df_ext_begin() 246 template <class T, class SetTy> 247 df_ext_iterator<T, SetTy> df_ext_end(const T& G, SetTy &S) { in df_ext_end() 251 template <class T, class SetTy> 259 class SetTy = 292 template <class T, class SetTy> 293 idf_ext_iterator<T, SetTy> idf_ext_begin(const T& G, SetTy &S) { in idf_ext_begin() 297 template <class T, class SetTy> 298 idf_ext_iterator<T, SetTy> idf_ext_end(const T& G, SetTy &S) { in idf_ext_end() [all …]
|
| /llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/ |
| H A D | Attributor.h | 4352 using SetTy = SmallSetVector<MemberTy, 8>; 4381 const SetTy &getAssumedSet() const { 4447 SetTy &getAssumedSet() { 4506 SetTy IntersectSet; 4520 SetTy Set;
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyCFG.cpp | 2243 using SetTy = SmallVector<InvokeInst *, 2>; typedef 2245 SmallVector<SetTy, 1> Sets; 2249 SetTy &getCompatibleSet(InvokeInst *II); 2254 CompatibleSets::SetTy &CompatibleSets::getCompatibleSet(InvokeInst *II) { in getCompatibleSet() 2259 for (CompatibleSets::SetTy &Set : Sets) { in getCompatibleSet()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | AttributorAttributes.cpp | 8684 bool fillSetWithConstantValues(Attributor &A, const IRPosition &IRP, SetTy &S, in fillSetWithConstantValues() 8903 SetTy LHSAAPVS, RHSAAPVS; in updateWithICmpInst() 8969 SetTy LHSAAPVS, RHSAAPVS; in updateWithSelectInst() 9012 SetTy SrcPVS; in updateWithCastInst() 9035 SetTy LHSAAPVS, RHSAAPVS; in updateWithBinaryOperator()
|