Lines Matching defs:ctrl
105 JProjNode( Node* ctrl, uint idx ) : ProjNode(ctrl,idx) {}
238 CProjNode( Node *ctrl, uint idx ) : ProjNode(ctrl,idx) {}
396 PCTableNode( Node *ctrl, Node *idx, uint size ) : MultiBranchNode(2), _size(size) {
398 init_req(0, ctrl);
453 CatchNode( Node *ctrl, Node *idx, uint size ) : PCTableNode(ctrl,idx,size){
516 NeverBranchNode( Node *ctrl ) : MultiBranchNode(1) { init_req(0,ctrl); }