Home
last modified time | relevance | path

Searched defs:Coalesced (Results 1 – 2 of 2) sorted by relevance

/third_party/gn/src/gn/
Dtrace.cc59 struct Coalesced { struct
60 Coalesced() : name_ptr(nullptr), total_duration(0.0), count(0) {} in Coalesced() argument
62 const std::string* name_ptr; // Pointer to a string with the name in it.
63 double total_duration;
64 int count;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegAllocFast.cpp133 SmallVector<MachineInstr *, 32> Coalesced; member in __anonf9ef63b50111::RegAllocFast