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.h240 template <class T, class SetTy>
241 df_ext_iterator<T, SetTy> df_ext_begin(const T& G, SetTy &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()
250 template <class T, class SetTy>
258 class SetTy =
291 template <class T, class SetTy>
292 idf_ext_iterator<T, SetTy> idf_ext_begin(const T& G, SetTy &S) { in idf_ext_begin()
296 template <class T, class SetTy>
297 idf_ext_iterator<T, SetTy> idf_ext_end(const T& G, SetTy &S) { in idf_ext_end()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h4959 using SetTy = SmallSetVector<MemberTy, 8>;
4988 const SetTy &getAssumedSet() const {
5054 SetTy &getAssumedSet() {
5113 SetTy IntersectSet;
5127 SetTy Set;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2422 using SetTy = SmallVector<InvokeInst *, 2>; typedef
2424 SmallVector<SetTy, 1> Sets;
2428 SetTy &getCompatibleSet(InvokeInst *II);
2433 CompatibleSets::SetTy &CompatibleSets::getCompatibleSet(InvokeInst *II) { in getCompatibleSet()
2438 for (CompatibleSets::SetTy &Set : Sets) { in getCompatibleSet()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp9598 bool fillSetWithConstantValues(Attributor &A, const IRPosition &IRP, SetTy &S, in fillSetWithConstantValues()
9824 SetTy LHSAAPVS, RHSAAPVS; in updateWithICmpInst()
9890 SetTy LHSAAPVS, RHSAAPVS; in updateWithSelectInst()
9935 SetTy SrcPVS; in updateWithCastInst()
9958 SetTy LHSAAPVS, RHSAAPVS; in updateWithBinaryOperator()
9995 SetTy Incoming; in updateWithInstruction()