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

/external/chromium_org/tools/gn/
H A Dtrace.cc47 struct Coalesced { struct in namespace:__anon16495
48 Coalesced() : name_ptr(NULL), total_duration(0.0), count(0) {} function in struct:__anon16495::Coalesced
59 bool CoalescedDurationGreater(const Coalesced& a, const Coalesced& b) {
79 std::map<std::string, Coalesced> coalesced;
81 Coalesced& c = coalesced[items[i]->name()];
88 std::vector<Coalesced> sorted;
89 for (std::map<std::string, Coalesced>::iterator iter = coalesced.begin();
/external/llvm/lib/CodeGen/
H A DRegAllocFast.cpp801 SmallVector<MachineInstr*, 32> Coalesced; local
1047 Coalesced.push_back(MI);
1059 for (unsigned i = 0, e = Coalesced.size(); i != e; ++i)
1060 MBB->erase(Coalesced[i]);
1061 NumCopies += Coalesced.size();

Completed in 380 milliseconds