Searched defs:SchedClassTables (Results 1 – 1 of 1) sorted by relevance
58 struct SchedClassTables { struct in __anon0af298460111::SubtargetEmitter59 std::vector<std::vector<MCSchedClassDesc>> ProcSchedClasses;60 std::vector<MCWriteProcResEntry> WriteProcResources;61 std::vector<MCWriteLatencyEntry> WriteLatencies;62 std::vector<std::string> WriterNames;63 std::vector<MCReadAdvanceEntry> ReadAdvanceEntries;66 SchedClassTables() { in SchedClassTables() function