Searched refs:ObjSet (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1034 SmallPtrSet<const Value *, 4> ObjSet; local
1043 ObjSet.insert(O);
1049 for (const Value *V : ObjSet) {
1092 if (!ObjSet.count(A) && (!CanDeriveViaCapture ||
1127 if (ObjSet.count(A))

Completed in 100 milliseconds