Lines Matching defs:BarTrace
300 TemporalProfTraceTy FooTrace, BarTrace;
302 BarTrace.FunctionNameRefs = {IndexedInstrProf::ComputeHash("bar")};
304 SmallVector<TemporalProfTraceTy, 4> Traces1({FooTrace}), Traces2({BarTrace});
315 UnorderedElementsAre(FooTrace, BarTrace));
325 TemporalProfTraceTy FooTrace, BarTrace, GooTrace;
327 BarTrace.FunctionNameRefs = {IndexedInstrProf::ComputeHash("bar")};
331 SmallVector<TemporalProfTraceTy, 4> SampledTraces = {FooTrace, BarTrace,
335 SmallVector<TemporalProfTraceTy, 4> UnsampledTraces = {BarTrace, GooTrace};
349 IsSubsetOf({FooTrace, BarTrace, GooTrace, BarTrace, GooTrace, FooTrace}));