Lines Matching defs:ctrl
808 Node* load_String_offset(Node* ctrl, Node* str);
809 Node* load_String_length(Node* ctrl, Node* str);
810 Node* load_String_value(Node* ctrl, Node* str);
811 void store_String_offset(Node* ctrl, Node* str, Node* value);
812 void store_String_length(Node* ctrl, Node* str, Node* value);
813 void store_String_value(Node* ctrl, Node* str, Node* value);
816 IfNode* create_and_map_if(Node* ctrl, Node* tst, float prob, float cnt) {
817 IfNode* iff = new (C) IfNode(ctrl, tst, prob, cnt);// New IfNode's
824 IfNode* create_and_xform_if(Node* ctrl, Node* tst, float prob, float cnt) {
825 IfNode* iff = new (C) IfNode(ctrl, tst, prob, cnt);// New IfNode's