HomeSort by relevance Sort by last modified time
    Searched refs:Coalesced (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/tools/gn/
trace.cc 47 struct Coalesced {
48 Coalesced() : name_ptr(NULL), total_duration(0.0), count(0) {}
59 bool CoalescedDurationGreater(const Coalesced& a, const Coalesced& b) {
79 std::map<std::string, Coalesced> coalesced; local
81 Coalesced& c = coalesced[items[i]->name()];
88 std::vector<Coalesced> sorted;
89 for (std::map<std::string, Coalesced>::iterator iter = coalesced.begin()
    [all...]
  /external/llvm/lib/CodeGen/
RegAllocFast.cpp 44 STATISTIC(NumCopies, "Number of copies coalesced");
801 SmallVector<MachineInstr*, 32> Coalesced;
    [all...]

Completed in 64 milliseconds