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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1033 SmallPtrSet<const Value *, 4> ObjSet; local
1042 ObjSet.insert(O);
1048 for (const Value *V : ObjSet) {
1091 if (!ObjSet.count(A) && (!CanDeriveViaCapture ||
1126 if (ObjSet.count(A))

Completed in 108 milliseconds