Lines Matching refs:pinned
98 assert(!n->pinned() || n->is_MachConstantBase(), "only pinned MachConstantBase node is expected here");
122 // Set the basic block for Nodes pinned into blocks
130 if( n->pinned() && !_bbs.lookup(n->_idx) ) { // Pinned? Nail it down!
131 assert( n->in(0), "pinned Node must have Control" );
202 // are pinned into Blocks. Unpinned instructions can appear in last block in
263 // Some instructions are pinned into a block. These include Region,
266 if (!n->pinned()) {
650 // anti-dependent upon PHI pinned below 'early', no edge needed
1144 // If node is pinned in the block, then no scheduling can be done.
1145 if( self->pinned() ) // Pinned in block?
1264 // Set the basic block for Nodes pinned into blocks
1270 // instructions are pinned into Blocks. Unpinned instructions can