Searched refs:next_call (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dlcm.cpp408 Node *Block::select(PhaseCFG *cfg, Node_List &worklist, GrowableArray<int> &ready_cnt, VectorSet &next_call, uint sched_slot) { argument
525 void Block::set_next_call( Node *n, VectorSet &next_call, Block_Array &bbs ) { argument
526 if( next_call.test_set(n->_idx) ) return;
531 set_next_call( m, next_call, bbs );
536 // Set the flag 'next_call' for each Node that is needed for the next call to
541 void Block::needed_for_next_call(Node *this_call, VectorSet &next_call, Block_Array &bbs) { argument
554 set_next_call(call, next_call, bbs);
574 uint Block::sched_call( Matcher &matcher, Block_Array &bbs, uint node_cnt, Node_List &worklist, GrowableArray<int> &ready_cnt, MachCallNode *mcall, VectorSet &next_call ) {
593 needed_for_next_call(n, next_call, bbs);
667 bool Block::schedule_local(PhaseCFG *cfg, Matcher &matcher, GrowableArray<int> &ready_cnt, VectorSet &next_call) { argument
[all...]
H A Dblock.hpp287 uint sched_call(Matcher &matcher, Block_Array &bbs, uint node_cnt, Node_List &worklist, GrowableArray<int> &ready_cnt, MachCallNode *mcall, VectorSet &next_call);
290 Node *select(PhaseCFG *cfg, Node_List &worklist, GrowableArray<int> &ready_cnt, VectorSet &next_call, uint sched_slot);
291 void set_next_call( Node *n, VectorSet &next_call, Block_Array &bbs );
292 void needed_for_next_call(Node *this_call, VectorSet &next_call, Block_Array &bbs);
293 bool schedule_local(PhaseCFG *cfg, Matcher &m, GrowableArray<int> &ready_cnt, VectorSet &next_call);

Completed in 38 milliseconds