Home
last modified time | relevance | path

Searched refs: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
71 bool CoalescedDurationGreater(const Coalesced& a, const Coalesced& b) { in CoalescedDurationGreater()
88 std::map<std::string, Coalesced> coalesced; in SummarizeCoalesced()
90 Coalesced& c = coalesced[item->name()]; in SummarizeCoalesced()
97 std::vector<Coalesced> sorted; in SummarizeCoalesced()
/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
1207 Coalesced.push_back(&MI); in allocateInstruction()
1261 Coalesced.clear(); in allocateBasicBlock()
1286 for (MachineInstr *MI : Coalesced) in allocateBasicBlock()
1288 NumCoalesced += Coalesced.size(); in allocateBasicBlock()