Home
last modified time | relevance | path

Searched refs:SetTy (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDepthFirstIterator.h234 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 DAttributor.h4952 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 DSimplifyCFG.cpp2480 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 DAttributorAttributes.cpp9613 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()