Searched defs:add_edge (Results 1 – 2 of 2) sorted by relevance
44 void coalescer::add_edge(value* a, value* b, unsigned cost) { in add_edge() function in r600_sb::coalescer
1110 auto add_edge = [&](const HloInstruction* from, const HloInstruction* to, in AddInstructionIncomingEdges() local