Searched defs:Coalesced (Results 1 – 2 of 2) sorted by relevance
59 struct Coalesced { struct60 Coalesced() : name_ptr(nullptr), total_duration(0.0), count(0) {} in Coalesced() argument62 const std::string* name_ptr; // Pointer to a string with the name in it.63 double total_duration;64 int count;
133 SmallVector<MachineInstr *, 32> Coalesced; member in __anonf9ef63b50111::RegAllocFast