Home
last modified time | relevance | path

Searched refs:EntryControl (Results 1 – 25 of 126) sorted by relevance

123456

/dports/science/opensph/sph-7de6c044339f649e3d19e61f735a6a24572b792a/core/run/
H A DVirtualSettings.cpp5 EntryControl& EntryControl::setTooltip(const String& newTooltip) { in setTooltip()
10 EntryControl& EntryControl::setUnits(const Float newMult) { in setUnits()
15 EntryControl& EntryControl::setEnabler(const Enabler& newEnabler) { in setEnabler()
20 EntryControl& EntryControl::addAccessor(const SharedToken& owner, const Accessor& accessor) { in addAccessor()
25 EntryControl& EntryControl::setValidator(const Validator& newValidator) { in setValidator()
30 EntryControl& EntryControl::setSideEffect() { in setSideEffect()
35 EntryControl& EntryControl::setPathType(const PathType& newType) { in setPathType()
40 EntryControl& EntryControl::setFileFormats(Array<FileFormat>&& formats) { in setFileFormats()
57 bool EntryControl::enabled() const { in enabled()
61 String EntryControl::getTooltip() const { in getTooltip()
[all …]
H A DVirtualSettings.h149 class EntryControl : public IVirtualEntry {
167 EntryControl& setTooltip(const String& newTooltip);
173 EntryControl& setUnits(const Float newMult);
182 EntryControl& setEnabler(const Enabler& newEnabler);
189 EntryControl& addAccessor(const SharedToken& owner, const Accessor& accessor);
194 EntryControl& setValidator(const Validator& newValidator);
197 EntryControl& setSideEffect();
200 EntryControl& setPathType(const PathType& newType);
203 EntryControl& setFileFormats(Array<FileFormat>&& formats);
246 EntryControl& connect(const String& name, const String& key, TValue& value);
[all …]
H A DVirtualSettings.inl.h42 class ValueEntry : public EntryControl {
74 class ValueEntry<TValue, std::enable_if_t<FlagsTraits<TValue>::isFlags>> : public EntryControl {
106 inline EntryControl& VirtualSettings::Category::connect(const String& name, in connect()
110 EntryControl& control = *entry; in connect()
141 class SettingsEntry : public EntryControl {
176 …ettingsEntry<TValue, TEnum, std::enable_if_t<FlagsTraits<TValue>::isFlags>> : public EntryControl {
209 class SettingsEntry<Path, TEnum> : public EntryControl {
244 EntryControl& VirtualSettings::Category::connect(const String& name, in connect()
252 EntryControl& control = *entry; in connect()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A DloopUnswitch.cpp118 Node* entry = head->skip_strip_mined()->in(LoopNode::EntryControl); in do_unswitching()
150 entry = head->skip_strip_mined()->in(LoopNode::EntryControl); in do_unswitching()
155 assert((uniqc == head && !head->is_strip_mined()) || (uniqc == head->in(LoopNode::EntryControl) in do_unswitching()
255 Node* entry = head->skip_strip_mined()->in(LoopNode::EntryControl); in create_slow_version_of_loop()
287 _igvn.replace_input_of(l, LoopNode::EntryControl, iffast_pred); in create_slow_version_of_loop()
290 _igvn.replace_input_of(slow_l, LoopNode::EntryControl, ifslow_pred); in create_slow_version_of_loop()
302 Node* entry = head->skip_strip_mined()->in(LoopNode::EntryControl); in create_reserve_version_of_loop()
335 _igvn.replace_input_of(head->skip_strip_mined(), LoopNode::EntryControl, iffast); in create_reserve_version_of_loop()
337 _igvn.replace_input_of(slow_head->skip_strip_mined(), LoopNode::EntryControl, ifslow); in create_reserve_version_of_loop()
426 Node* ifslow_pred = _lp_reserved->skip_strip_mined()->in(LoopNode::EntryControl); in create_reserve()
H A DloopTransform.cpp587 Node* entry = head->in(LoopNode::EntryControl); in do_peeling()
610 old->set_req(LoopNode::EntryControl, new_exit_value); in do_peeling()
1306 Node* entry = pre_head->in(LoopNode::EntryControl); in copy_skeleton_predicates_to_main_loop()
1352 Node *pre_header= main_head->in(LoopNode::EntryControl); in insert_pre_post_loops()
1440 outer_main_head->set_req(LoopNode::EntryControl, min_taken); in insert_pre_post_loops()
1457 main_phi->set_req( LoopNode::EntryControl, fallpre ); in insert_pre_post_loops()
1719 post_head->set_req(LoopNode::EntryControl, zer_taken); in insert_post_loop()
1736 cur_phi->set_req(LoopNode::EntryControl, fallnew); in insert_post_loop()
2783 Node* ctrl = legacy_cl->in(LoopNode::EntryControl); in multi_version_post_loops()
2805 ctrl = rce_cl->in(LoopNode::EntryControl); in multi_version_post_loops()
[all …]
H A Dloopopts.cpp130 singleton &= region->is_Loop() && (i != LoopNode::EntryControl); in split_thru_phi()
340 c = c->in(LoopNode::EntryControl); in has_local_phi_input()
797 _igvn.replace_node(mem, mem->in(LoopNode::EntryControl)); in try_move_store_before_loop()
879 lca = lca->in(LoopNode::EntryControl); in try_move_store_after_loop()
1084 return u_loop->_head->in(LoopNode::EntryControl); in place_near_use()
1889 set_idom(new_l, new_l->in(LoopNode::EntryControl), dd); in clone_outer_loop()
1911 new_cl->set_req(LoopNode::EntryControl, new_l); in clone_outer_loop()
1919 …n.replace_input_of(newhead, LoopNode::EntryControl, newhead->in(LoopNode::EntryControl)->in(LoopNo… in clone_outer_loop()
1920 set_idom(newhead, newhead->in(LoopNode::EntryControl), dd); in clone_outer_loop()
1986 set_idom(newhead, newhead->in(LoopNode::EntryControl), dd); in clone_outer_loop()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/opto/
H A DloopUnswitch.cpp122 Node* entry = head->skip_strip_mined()->in(LoopNode::EntryControl); in do_unswitching()
154 entry = head->skip_strip_mined()->in(LoopNode::EntryControl); in do_unswitching()
174 … predicate == NULL && uniqc == head->in(LoopNode::EntryControl) && head->is_strip_mined() || in do_unswitching()
256 Node* entry = head->skip_strip_mined()->in(LoopNode::EntryControl); in create_slow_version_of_loop()
289 _igvn.replace_input_of(l, LoopNode::EntryControl, iffast_pred); in create_slow_version_of_loop()
292 _igvn.replace_input_of(slow_l, LoopNode::EntryControl, ifslow_pred); in create_slow_version_of_loop()
304 Node* entry = head->skip_strip_mined()->in(LoopNode::EntryControl); in create_reserve_version_of_loop()
337 _igvn.replace_input_of(head->skip_strip_mined(), LoopNode::EntryControl, iffast); in create_reserve_version_of_loop()
339 _igvn.replace_input_of(slow_head->skip_strip_mined(), LoopNode::EntryControl, ifslow); in create_reserve_version_of_loop()
428 Node* ifslow_pred = _lp_reserved->skip_strip_mined()->in(LoopNode::EntryControl); in create_reserve()
H A DloopTransform.cpp614 Node* entry = head->in(LoopNode::EntryControl); in do_peeling()
637 old->set_req(LoopNode::EntryControl, new_exit_value); in do_peeling()
1311 Node* entry = pre_head->in(LoopNode::EntryControl); in duplicate_predicates()
1353 Node *pre_header= main_head->in(LoopNode::EntryControl); in insert_pre_post_loops()
1439 outer_main_head->set_req(LoopNode::EntryControl, min_taken); in insert_pre_post_loops()
1456 main_phi->set_req(LoopNode::EntryControl, fallpre); in insert_pre_post_loops()
1725 post_head->set_req(LoopNode::EntryControl, zer_taken); in insert_post_loop()
1742 cur_phi->set_req(LoopNode::EntryControl, fallnew); in insert_post_loop()
2765 Node* ctrl = legacy_cl->in(LoopNode::EntryControl); in multi_version_post_loops()
2787 ctrl = rce_cl->in(LoopNode::EntryControl); in multi_version_post_loops()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/opto/
H A DloopUnswitch.cpp122 Node* entry = head->skip_strip_mined()->in(LoopNode::EntryControl); in do_unswitching()
154 entry = head->skip_strip_mined()->in(LoopNode::EntryControl); in do_unswitching()
159 assert((uniqc == head && !head->is_strip_mined()) || (uniqc == head->in(LoopNode::EntryControl) in do_unswitching()
259 Node* entry = head->skip_strip_mined()->in(LoopNode::EntryControl); in create_slow_version_of_loop()
291 _igvn.replace_input_of(l, LoopNode::EntryControl, iffast_pred); in create_slow_version_of_loop()
294 _igvn.replace_input_of(slow_l, LoopNode::EntryControl, ifslow_pred); in create_slow_version_of_loop()
306 Node* entry = head->skip_strip_mined()->in(LoopNode::EntryControl); in create_reserve_version_of_loop()
339 _igvn.replace_input_of(head->skip_strip_mined(), LoopNode::EntryControl, iffast); in create_reserve_version_of_loop()
341 _igvn.replace_input_of(slow_head->skip_strip_mined(), LoopNode::EntryControl, ifslow); in create_reserve_version_of_loop()
430 Node* ifslow_pred = _lp_reserved->skip_strip_mined()->in(LoopNode::EntryControl); in create_reserve()
H A DloopTransform.cpp705 Node* entry = head->in(LoopNode::EntryControl); in do_peeling()
728 old->set_req(LoopNode::EntryControl, new_exit_value); in do_peeling()
1445 Node* entry = pre_head->in(LoopNode::EntryControl); in copy_skeleton_predicates_to_main_loop()
1491 Node *pre_header= main_head->in(LoopNode::EntryControl); in insert_pre_post_loops()
1579 outer_main_head->set_req(LoopNode::EntryControl, min_taken); in insert_pre_post_loops()
1595 main_phi->set_req(LoopNode::EntryControl, fallpre); in insert_pre_post_loops()
1864 post_head->set_req(LoopNode::EntryControl, zer_taken); in insert_post_loop()
1880 cur_phi->set_req(LoopNode::EntryControl, fallnew); in insert_post_loop()
2905 Node* ctrl = legacy_cl->in(LoopNode::EntryControl); in multi_version_post_loops()
2927 ctrl = rce_cl->in(LoopNode::EntryControl); in multi_version_post_loops()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/opto/
H A DloopUnswitch.cpp122 Node* entry = head->skip_strip_mined()->in(LoopNode::EntryControl); in do_unswitching()
156 entry = head->skip_strip_mined()->in(LoopNode::EntryControl); in do_unswitching()
161 assert((uniqc == head && !head->is_strip_mined()) || (uniqc == head->in(LoopNode::EntryControl) in do_unswitching()
250 Node* entry = head->skip_strip_mined()->in(LoopNode::EntryControl); in create_slow_version_of_loop()
278 _igvn.replace_input_of(l, LoopNode::EntryControl, iffast_pred); in create_slow_version_of_loop()
281 _igvn.replace_input_of(slow_l, LoopNode::EntryControl, ifslow_pred); in create_slow_version_of_loop()
292 Node* entry = head->skip_strip_mined()->in(LoopNode::EntryControl); in create_reserve_version_of_loop()
325 _igvn.replace_input_of(head->skip_strip_mined(), LoopNode::EntryControl, iffast); in create_reserve_version_of_loop()
327 _igvn.replace_input_of(slow_head->skip_strip_mined(), LoopNode::EntryControl, ifslow); in create_reserve_version_of_loop()
416 Node* ifslow_pred = _lp_reserved->skip_strip_mined()->in(LoopNode::EntryControl); in create_reserve()
H A DloopTransform.cpp713 Node* entry = head->in(LoopNode::EntryControl); in do_peeling()
736 old->set_req(LoopNode::EntryControl, new_exit_value); in do_peeling()
1453 Node* entry = pre_head->in(LoopNode::EntryControl); in copy_skeleton_predicates_to_main_loop()
1499 Node *pre_header= main_head->in(LoopNode::EntryControl); in insert_pre_post_loops()
1587 outer_main_head->set_req(LoopNode::EntryControl, min_taken); in insert_pre_post_loops()
1603 main_phi->set_req(LoopNode::EntryControl, fallpre); in insert_pre_post_loops()
1872 post_head->set_req(LoopNode::EntryControl, zer_taken); in insert_post_loop()
1888 cur_phi->set_req(LoopNode::EntryControl, fallnew); in insert_post_loop()
2943 Node* ctrl = legacy_cl->in(LoopNode::EntryControl); in multi_version_post_loops()
2965 ctrl = rce_cl->in(LoopNode::EntryControl); in multi_version_post_loops()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A DloopUnswitch.cpp118 Node* entry = head->skip_strip_mined()->in(LoopNode::EntryControl); in do_unswitching()
150 entry = head->skip_strip_mined()->in(LoopNode::EntryControl); in do_unswitching()
155 assert((uniqc == head && !head->is_strip_mined()) || (uniqc == head->in(LoopNode::EntryControl) in do_unswitching()
255 Node* entry = head->skip_strip_mined()->in(LoopNode::EntryControl); in create_slow_version_of_loop()
287 _igvn.replace_input_of(l, LoopNode::EntryControl, iffast_pred); in create_slow_version_of_loop()
290 _igvn.replace_input_of(slow_l, LoopNode::EntryControl, ifslow_pred); in create_slow_version_of_loop()
302 Node* entry = head->skip_strip_mined()->in(LoopNode::EntryControl); in create_reserve_version_of_loop()
335 _igvn.replace_input_of(head->skip_strip_mined(), LoopNode::EntryControl, iffast); in create_reserve_version_of_loop()
337 _igvn.replace_input_of(slow_head->skip_strip_mined(), LoopNode::EntryControl, ifslow); in create_reserve_version_of_loop()
426 Node* ifslow_pred = _lp_reserved->skip_strip_mined()->in(LoopNode::EntryControl); in create_reserve()
H A DloopTransform.cpp587 Node* entry = head->in(LoopNode::EntryControl); in do_peeling()
610 old->set_req(LoopNode::EntryControl, new_exit_value); in do_peeling()
1306 Node* entry = pre_head->in(LoopNode::EntryControl); in copy_skeleton_predicates_to_main_loop()
1352 Node *pre_header= main_head->in(LoopNode::EntryControl); in insert_pre_post_loops()
1440 outer_main_head->set_req(LoopNode::EntryControl, min_taken); in insert_pre_post_loops()
1457 main_phi->set_req( LoopNode::EntryControl, fallpre ); in insert_pre_post_loops()
1719 post_head->set_req(LoopNode::EntryControl, zer_taken); in insert_post_loop()
1736 cur_phi->set_req(LoopNode::EntryControl, fallnew); in insert_post_loop()
2783 Node* ctrl = legacy_cl->in(LoopNode::EntryControl); in multi_version_post_loops()
2805 ctrl = rce_cl->in(LoopNode::EntryControl); in multi_version_post_loops()
[all …]
H A Dloopopts.cpp130 singleton &= region->is_Loop() && (i != LoopNode::EntryControl); in split_thru_phi()
340 c = c->in(LoopNode::EntryControl); in has_local_phi_input()
797 _igvn.replace_node(mem, mem->in(LoopNode::EntryControl)); in try_move_store_before_loop()
879 lca = lca->in(LoopNode::EntryControl); in try_move_store_after_loop()
1084 return u_loop->_head->in(LoopNode::EntryControl); in place_near_use()
1889 set_idom(new_l, new_l->in(LoopNode::EntryControl), dd); in clone_outer_loop()
1911 new_cl->set_req(LoopNode::EntryControl, new_l); in clone_outer_loop()
1919 …n.replace_input_of(newhead, LoopNode::EntryControl, newhead->in(LoopNode::EntryControl)->in(LoopNo… in clone_outer_loop()
1920 set_idom(newhead, newhead->in(LoopNode::EntryControl), dd); in clone_outer_loop()
1986 set_idom(newhead, newhead->in(LoopNode::EntryControl), dd); in clone_outer_loop()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/opto/
H A DloopUnswitch.cpp122 Node* entry = head->skip_strip_mined()->in(LoopNode::EntryControl); in do_unswitching()
154 entry = head->skip_strip_mined()->in(LoopNode::EntryControl); in do_unswitching()
159 assert((uniqc == head && !head->is_strip_mined()) || (uniqc == head->in(LoopNode::EntryControl) in do_unswitching()
259 Node* entry = head->skip_strip_mined()->in(LoopNode::EntryControl); in create_slow_version_of_loop()
293 _igvn.replace_input_of(l, LoopNode::EntryControl, iffast_pred); in create_slow_version_of_loop()
296 _igvn.replace_input_of(slow_l, LoopNode::EntryControl, ifslow_pred); in create_slow_version_of_loop()
308 Node* entry = head->skip_strip_mined()->in(LoopNode::EntryControl); in create_reserve_version_of_loop()
341 _igvn.replace_input_of(head->skip_strip_mined(), LoopNode::EntryControl, iffast); in create_reserve_version_of_loop()
343 _igvn.replace_input_of(slow_head->skip_strip_mined(), LoopNode::EntryControl, ifslow); in create_reserve_version_of_loop()
432 Node* ifslow_pred = _lp_reserved->skip_strip_mined()->in(LoopNode::EntryControl); in create_reserve()
H A DloopTransform.cpp614 Node* entry = head->in(LoopNode::EntryControl); in do_peeling()
637 old->set_req(LoopNode::EntryControl, new_exit_value); in do_peeling()
1342 Node* entry = pre_head->in(LoopNode::EntryControl); in copy_skeleton_predicates_to_main_loop()
1388 Node *pre_header= main_head->in(LoopNode::EntryControl); in insert_pre_post_loops()
1476 outer_main_head->set_req(LoopNode::EntryControl, min_taken); in insert_pre_post_loops()
1493 main_phi->set_req(LoopNode::EntryControl, fallpre); in insert_pre_post_loops()
1762 post_head->set_req(LoopNode::EntryControl, zer_taken); in insert_post_loop()
1779 cur_phi->set_req(LoopNode::EntryControl, fallnew); in insert_post_loop()
2803 Node* ctrl = legacy_cl->in(LoopNode::EntryControl); in multi_version_post_loops()
2825 ctrl = rce_cl->in(LoopNode::EntryControl); in multi_version_post_loops()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/opto/
H A DloopUnswitch.cpp122 Node* entry = head->skip_strip_mined()->in(LoopNode::EntryControl); in do_unswitching()
154 entry = head->skip_strip_mined()->in(LoopNode::EntryControl); in do_unswitching()
159 assert((uniqc == head && !head->is_strip_mined()) || (uniqc == head->in(LoopNode::EntryControl) in do_unswitching()
259 Node* entry = head->skip_strip_mined()->in(LoopNode::EntryControl); in create_slow_version_of_loop()
293 _igvn.replace_input_of(l, LoopNode::EntryControl, iffast_pred); in create_slow_version_of_loop()
296 _igvn.replace_input_of(slow_l, LoopNode::EntryControl, ifslow_pred); in create_slow_version_of_loop()
308 Node* entry = head->skip_strip_mined()->in(LoopNode::EntryControl); in create_reserve_version_of_loop()
341 _igvn.replace_input_of(head->skip_strip_mined(), LoopNode::EntryControl, iffast); in create_reserve_version_of_loop()
343 _igvn.replace_input_of(slow_head->skip_strip_mined(), LoopNode::EntryControl, ifslow); in create_reserve_version_of_loop()
432 Node* ifslow_pred = _lp_reserved->skip_strip_mined()->in(LoopNode::EntryControl); in create_reserve()
H A DloopTransform.cpp614 Node* entry = head->in(LoopNode::EntryControl); in do_peeling()
637 old->set_req(LoopNode::EntryControl, new_exit_value); in do_peeling()
1329 Node* entry = pre_head->in(LoopNode::EntryControl); in copy_skeleton_predicates_to_main_loop()
1375 Node *pre_header= main_head->in(LoopNode::EntryControl); in insert_pre_post_loops()
1463 outer_main_head->set_req(LoopNode::EntryControl, min_taken); in insert_pre_post_loops()
1480 main_phi->set_req(LoopNode::EntryControl, fallpre); in insert_pre_post_loops()
1751 post_head->set_req(LoopNode::EntryControl, zer_taken); in insert_post_loop()
1768 cur_phi->set_req(LoopNode::EntryControl, fallnew); in insert_post_loop()
2841 Node* ctrl = legacy_cl->in(LoopNode::EntryControl); in multi_version_post_loops()
2863 ctrl = rce_cl->in(LoopNode::EntryControl); in multi_version_post_loops()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/opto/
H A DloopUnswitch.cpp139 Node* entry = head->skip_strip_mined()->in(LoopNode::EntryControl); in do_unswitching()
159 … predicate == NULL && uniqc == head->in(LoopNode::EntryControl) && head->is_strip_mined() || in do_unswitching()
241 Node* entry = head->skip_strip_mined()->in(LoopNode::EntryControl); in create_slow_version_of_loop()
274 _igvn.replace_input_of(l, LoopNode::EntryControl, iffast_pred); in create_slow_version_of_loop()
277 _igvn.replace_input_of(slow_l, LoopNode::EntryControl, ifslow_pred); in create_slow_version_of_loop()
289 Node* entry = head->skip_strip_mined()->in(LoopNode::EntryControl); in create_reserve_version_of_loop()
322 _igvn.replace_input_of(head->skip_strip_mined(), LoopNode::EntryControl, iffast); in create_reserve_version_of_loop()
324 _igvn.replace_input_of(slow_head->skip_strip_mined(), LoopNode::EntryControl, ifslow); in create_reserve_version_of_loop()
413 Node* ifslow_pred = _lp_reserved->skip_strip_mined()->in(LoopNode::EntryControl); in create_reserve()
H A DloopTransform.cpp583 Node* entry = head->in(LoopNode::EntryControl); in do_peeling()
606 old->set_req(LoopNode::EntryControl, new_exit_value); in do_peeling()
1224 Node* entry = pre_head->in(LoopNode::EntryControl); in duplicate_predicates()
1266 Node *pre_header= main_head->in(LoopNode::EntryControl); in insert_pre_post_loops()
1352 outer_main_head->set_req(LoopNode::EntryControl, min_taken); in insert_pre_post_loops()
1369 main_phi->set_req( LoopNode::EntryControl, fallpre ); in insert_pre_post_loops()
1631 post_head->set_req(LoopNode::EntryControl, zer_taken); in insert_post_loop()
1648 cur_phi->set_req(LoopNode::EntryControl, fallnew); in insert_post_loop()
2715 Node* ctrl = legacy_cl->in(LoopNode::EntryControl); in multi_version_post_loops()
2737 ctrl = rce_cl->in(LoopNode::EntryControl); in multi_version_post_loops()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/opto/
H A DloopUnswitch.cpp131 Node* entry = head->in(LoopNode::EntryControl); in do_unswitching()
220 Node* entry = head->in(LoopNode::EntryControl); in create_slow_version_of_loop()
245 _igvn.replace_input_of(head, LoopNode::EntryControl, iffast_pred); in create_slow_version_of_loop()
251 _igvn.replace_input_of(slow_head, LoopNode::EntryControl, ifslow_pred); in create_slow_version_of_loop()
H A DloopTransform.cpp499 Node* entry = head->in(LoopNode::EntryControl); in do_peeling()
513 head->set_req(LoopNode::EntryControl, new_entry); in do_peeling()
522 old->set_req(LoopNode::EntryControl, new_exit_value); in do_peeling()
924 Node *pre_header= main_head->in(LoopNode::EntryControl); in insert_pre_post_loops()
1000 post_head->set_req(LoopNode::EntryControl, zer_taken); in insert_pre_post_loops()
1017 post_phi->set_req( LoopNode::EntryControl, fallmain ); in insert_pre_post_loops()
1076 main_head->set_req(LoopNode::EntryControl, min_taken); in insert_pre_post_loops()
1092 main_phi->set_req( LoopNode::EntryControl, fallpre ); in insert_pre_post_loops()
1218 Node *ctrl = loop_head->in(LoopNode::EntryControl); in do_unroll()
1774 Node *ctrl = cl->in(LoopNode::EntryControl); in do_range_check()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/opto/
H A DloopUnswitch.cpp131 Node* entry = head->in(LoopNode::EntryControl); in do_unswitching()
220 Node* entry = head->in(LoopNode::EntryControl); in create_slow_version_of_loop()
245 _igvn.replace_input_of(head, LoopNode::EntryControl, iffast_pred); in create_slow_version_of_loop()
251 _igvn.replace_input_of(slow_head, LoopNode::EntryControl, ifslow_pred); in create_slow_version_of_loop()
H A DloopTransform.cpp499 Node* entry = head->in(LoopNode::EntryControl); in do_peeling()
513 head->set_req(LoopNode::EntryControl, new_entry); in do_peeling()
522 old->set_req(LoopNode::EntryControl, new_exit_value); in do_peeling()
924 Node *pre_header= main_head->in(LoopNode::EntryControl); in insert_pre_post_loops()
1000 post_head->set_req(LoopNode::EntryControl, zer_taken); in insert_pre_post_loops()
1017 post_phi->set_req( LoopNode::EntryControl, fallmain ); in insert_pre_post_loops()
1076 main_head->set_req(LoopNode::EntryControl, min_taken); in insert_pre_post_loops()
1092 main_phi->set_req( LoopNode::EntryControl, fallpre ); in insert_pre_post_loops()
1218 Node *ctrl = loop_head->in(LoopNode::EntryControl); in do_unroll()
1774 Node *ctrl = cl->in(LoopNode::EntryControl); in do_range_check()
[all …]

123456