Searched defs:add_edge (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Difg.cpp67 int PhaseIFG::add_edge( uint a, uint b ) { function in class:PhaseIFG
87 add_edge( a, neighbor );
318 _ifg->add_edge( r, l );
403 _ifg->add_edge( r, kidx );
H A Descape.hpp217 bool add_edge(PointsToNode* edge) { return _edges.append_if_missing(edge); } function in class:PointsToNode
458 bool add_edge(PointsToNode* from, PointsToNode* to) { function in class:ConnectionGraph
468 bool is_new = from->add_edge(to);
494 is_new = to->add_edge(from);
516 add_edge(ptnode_adr(n->_idx), ptn);
/openjdk7/hotspot/src/cpu/x86/vm/
H A DsharedRuntime_x86_64.cpp1562 add_edge(i, in_regs[i].first(), c_arg, out_regs[c_arg + 1]);
1564 add_edge(i, in_regs[i].first(), c_arg, out_regs[c_arg]);
1576 add_edge(i, in_regs[i].first(), c_arg, out_regs[c_arg]);
1590 void add_edge(int src_index, VMRegPair src, int dst_index, VMRegPair dst) { function in class:ComputeMoveOrder

Completed in 58 milliseconds