Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/ADT/
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 …]
/openbsd/src/gnu/llvm/llvm/include/llvm/Transforms/IPO/
DAttributor.h4521 using SetTy = SmallSetVector<MemberTy, 8>;
4550 const SetTy &getAssumedSet() const {
4616 SetTy &getAssumedSet() {
4675 SetTy IntersectSet;
4689 SetTy Set;
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp2337 using SetTy = SmallVector<InvokeInst *, 2>; typedef
2339 SmallVector<SetTy, 1> Sets;
2343 SetTy &getCompatibleSet(InvokeInst *II);
2348 CompatibleSets::SetTy &CompatibleSets::getCompatibleSet(InvokeInst *II) { in getCompatibleSet()
2353 for (CompatibleSets::SetTy &Set : Sets) { in getCompatibleSet()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/
DAttributorAttributes.cpp9459 bool fillSetWithConstantValues(Attributor &A, const IRPosition &IRP, SetTy &S, in fillSetWithConstantValues()
9688 SetTy LHSAAPVS, RHSAAPVS; in updateWithICmpInst()
9754 SetTy LHSAAPVS, RHSAAPVS; in updateWithSelectInst()
9799 SetTy SrcPVS; in updateWithCastInst()
9822 SetTy LHSAAPVS, RHSAAPVS; in updateWithBinaryOperator()
9859 SetTy Incoming; in updateWithInstruction()