Home
last modified time | relevance | path

Searched refs:final_graph_reshaping (Results 1 – 25 of 58) sorted by relevance

123

/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/gc/shenandoah/c2/
H A DshenandoahBarrierSetC2.hpp141 virtual bool final_graph_reshaping(Compile* compile, Node* n, uint opcode) const;
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/shenandoah/c2/
H A DshenandoahBarrierSetC2.hpp141 virtual bool final_graph_reshaping(Compile* compile, Node* n, uint opcode) const;
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/shenandoah/c2/
H A DshenandoahBarrierSetC2.hpp142 virtual bool final_graph_reshaping(Compile* compile, Node* n, uint opcode) const;
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/gc/shenandoah/c2/
H A DshenandoahBarrierSetC2.hpp142 virtual bool final_graph_reshaping(Compile* compile, Node* n, uint opcode) const;
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/gc/shenandoah/c2/
H A DshenandoahBarrierSetC2.hpp141 virtual bool final_graph_reshaping(Compile* compile, Node* n, uint opcode) const;
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/z/c2/
H A DzBarrierSetC2.hpp214 virtual bool final_graph_reshaping(Compile* compile, Node* n, uint opcode) const;
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/shenandoah/c2/
H A DshenandoahBarrierSetC2.hpp154 virtual bool final_graph_reshaping(Compile* compile, Node* n, uint opcode) const;
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/gc/shared/c2/
H A DbarrierSetC2.hpp292 virtual bool final_graph_reshaping(Compile* compile, Node* n, uint opcode) const { return false; } in final_graph_reshaping() function in BarrierSetC2
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/shared/c2/
H A DbarrierSetC2.hpp292 virtual bool final_graph_reshaping(Compile* compile, Node* n, uint opcode) const { return false; } in final_graph_reshaping() function in BarrierSetC2
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/gc/shared/c2/
H A DbarrierSetC2.hpp290 virtual bool final_graph_reshaping(Compile* compile, Node* n, uint opcode) const { return false; } in final_graph_reshaping() function in BarrierSetC2
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/gc/shared/c2/
H A DbarrierSetC2.hpp290 virtual bool final_graph_reshaping(Compile* compile, Node* n, uint opcode) const { return false; } in final_graph_reshaping() function in BarrierSetC2
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/shared/c2/
H A DbarrierSetC2.hpp303 virtual bool final_graph_reshaping(Compile* compile, Node* n, uint opcode) const { return false; } in final_graph_reshaping() function in BarrierSetC2
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/shared/c2/
H A DbarrierSetC2.hpp302 virtual bool final_graph_reshaping(Compile* compile, Node* n, uint opcode) const { return false; } in final_graph_reshaping() function in BarrierSetC2
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/opto/
H A Dcompile.hpp1036 bool final_graph_reshaping();
H A Dcompile.cpp2351 if (final_graph_reshaping()) { in Optimize()
2950 …bool gc_handled = BarrierSet::barrier_set()->barrier_set_c2()->final_graph_reshaping(this, n, nop); in final_graph_reshaping_impl()
3736 bool Compile::final_graph_reshaping() { in final_graph_reshaping() function in Compile
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/opto/
H A Dcompile.hpp1026 bool final_graph_reshaping();
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/opto/
H A Dcompile.hpp1069 bool final_graph_reshaping();
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/opto/
H A Dcompile.hpp1069 bool final_graph_reshaping();
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/opto/
H A Dcompile.hpp1056 bool final_graph_reshaping();
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A Dcompile.hpp1231 bool final_graph_reshaping();
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A Dcompile.hpp1231 bool final_graph_reshaping();
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/opto/
H A Dcompile.hpp1230 bool final_graph_reshaping();
H A Dcompile.cpp2440 if (final_graph_reshaping()) { in Optimize()
2830 …bool gc_handled = BarrierSet::barrier_set()->barrier_set_c2()->final_graph_reshaping(this, n, nop); in final_graph_reshaping_impl()
3629 bool Compile::final_graph_reshaping() { in final_graph_reshaping() function in Compile
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/opto/
H A Dcompile.hpp1202 bool final_graph_reshaping();
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/opto/
H A Dcompile.hpp1227 bool final_graph_reshaping();

123