Lines Matching defs:Trace
306 TemporalProfTraceTy Trace;
307 if (Line->getAsInteger(0, Trace.Weight))
316 Trace.FunctionNameRefs.push_back(
318 TemporalProfTraces.push_back(std::move(Trace));
491 TemporalProfTraceTy Trace;
493 Trace.Weight = *Weight;
495 Trace.FunctionNameRefs.push_back(NameRef);
496 TemporalProfTraces = {std::move(Trace)};
1441 TemporalProfTraceTy Trace;
1442 Trace.Weight =
1452 Trace.FunctionNameRefs.push_back(NameRef);
1454 TemporalProfTraces.push_back(std::move(Trace));