HomeSort by relevance Sort by last modified time
    Searched refs:TimelineViewEntry (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
TimelineView.h 117 /// a TimelineViewEntry object. TimelineViewEntry objects are then used
129 struct TimelineViewEntry {
136 std::vector<TimelineViewEntry> Timeline;
147 const TimelineViewEntry &E, unsigned Iteration,
TimelineView.cpp 29 TimelineViewEntry NullTVEntry = {0, 0, 0, 0, 0};
43 TimelineViewEntry &TVEntry = Timeline[Index];
143 const TimelineViewEntry &Entry,
219 const TimelineViewEntry &Entry = Timeline[I];

Completed in 608 milliseconds