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

/openjdk7/hotspot/src/share/vm/opto/
H A Dconnode.cpp432 //------------------------------Ideal_DU_postCCP-------------------------------
434 Node *ConstraintCastNode::Ideal_DU_postCCP( PhaseCCP *ccp ) { function in class:ConstraintCastNode
445 //------------------------------Ideal_DU_postCCP-------------------------------
447 Node *CastPPNode::Ideal_DU_postCCP( PhaseCCP *ccp ) { function in class:CastPPNode
452 return ConstraintCastNode::Ideal_DU_postCCP(ccp);
614 Node *EncodePNode::Ideal_DU_postCCP( PhaseCCP *ccp ) { function in class:EncodePNode
H A Dnode.cpp1309 //------------------------------Ideal_DU_postCCP-------------------------------
1311 Node *Node::Ideal_DU_postCCP( PhaseCCP * ) { function in class:Node
H A Dmemnode.cpp655 // A helper function for Ideal_DU_postCCP to check if a Phi in a counted
707 //------------------------------Ideal_DU_postCCP-------------------------------
711 Node *MemNode::Ideal_DU_postCCP( PhaseCCP *ccp ) { function in class:MemNode

Completed in 80 milliseconds