Searched defs:SchedClassTables (Results 1 – 1 of 1) sorted by relevance
47 struct SchedClassTables { struct in __anon55ff2bb10111::SubtargetEmitter48 std::vector<std::vector<MCSchedClassDesc>> ProcSchedClasses;49 std::vector<MCWriteProcResEntry> WriteProcResources;50 std::vector<MCWriteLatencyEntry> WriteLatencies;51 std::vector<std::string> WriterNames;52 std::vector<MCReadAdvanceEntry> ReadAdvanceEntries;55 SchedClassTables() { in SchedClassTables() argument