Searched refs:add_edge (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
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);
H A Descape.cpp593 add_edge(n_ptn, ptn);
624 add_edge(n_ptn, ptn);
682 add_edge(adr_ptn, ptn);
695 add_edge(adr_ptn, ptn);
719 add_edge(n_ptn, ptn);
960 add_edge(call_ptn, arg_ptn);
982 add_edge(call_ptn, phantom_obj);
1151 if (add_edge(ptn, phantom_obj)) {
1240 if (add_edge(use, jobj)) {
1247 if (!add_edge(us
[all...]
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 Dchaitin.hpp250 int add_edge( uint a, uint b );
/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 66 milliseconds