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

/openjdk7/hotspot/src/share/vm/opto/
H A Dcoalesce.cpp239 uint lr1 = _phc.Find(n1); local
241 if( lr1 != lr2 && // Different live ranges already AND
242 !_phc._ifg->test_edge_sq( lr1, lr2 ) ) { // Do not interfere
243 LRG *lrg1 = &_phc.lrgs(lr1);
261 if( lr1 > lr2 ) {
262 uint tmp = lr1; lr1 = lr2; lr2 = tmp;
266 // Union lr2 into lr1
271 _phc._ifg->Union( lr1, lr2 );
607 void PhaseConservativeCoalesce::union_helper( Node *lr1_node, Node *lr2_node, uint lr1, uin argument
652 compute_separating_interferences(Node *dst_copy, Node *src_copy, Block *b, uint bindex, RegMask &rm, uint reg_degree, uint rm_size, uint lr1, uint lr2 ) argument
712 update_ifg(uint lr1, uint lr2, IndexSet *n_lr1, IndexSet *n_lr2) argument
742 record_bias( const PhaseIFG *ifg, int lr1, int lr2 ) argument
759 uint lr1 = _phc.Find(dst_copy); local
[all...]
H A Dcoalesce.hpp109 void union_helper( Node *lr1_node, Node *lr2_node, uint lr1, uint lr2, Node *src_def, Node *dst_copy, Node *src_copy, Block *b, uint bindex );
111 uint compute_separating_interferences(Node *dst_copy, Node *src_copy, Block *b, uint bindex, RegMask &rm, uint rm_size, uint reg_degree, uint lr1, uint lr2);
113 void update_ifg(uint lr1, uint lr2, IndexSet *n_lr1, IndexSet *n_lr2);
H A DindexSet.cpp203 uint IndexSet::lrg_union(uint lr1, uint lr2, argument
207 IndexSet *one = ifg->neighbors(lr1);
209 LRG &lrg1 = ifg->lrgs(lr1);
H A DindexSet.hpp320 uint lrg_union(uint lr1, uint lr2,
H A Dreg_split.cpp1357 uint lr1 = Find(n1);
1359 if( lr1 < lr2 )
1361 else if( lr1 > lr2 )

Completed in 38 milliseconds