Home
last modified time | relevance | path

Searched refs:isStartLoopLabel (Results 1 – 2 of 2) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DG4_IR.hpp2837 bool isStartLoopLabel() const { return start_loop_label; } in isStartLoopLabel() function in vISA::G4_Label
H A DG4_IR.cpp3585 if (((G4_Label*)srcs[0])->isStartLoopLabel()) in emit_inst()