MCPcopy Create free account
hub / github.com/KhronosGroup/SPIRV-Tools / GetLoopDescriptor

Method GetLoopDescriptor

source/opt/loop_utils.h:160–160  ·  view source on GitHub ↗

Returns the loop descriptor owning |loop_|.

Source from the content-addressed store, hash-verified

158 IRContext* GetContext() { return context_; }
159 // Returns the loop descriptor owning |loop_|.
160 LoopDescriptor* GetLoopDescriptor() { return loop_desc_; }
161 // Returns the loop on which the object operates on.
162 Loop* GetLoop() const { return loop_; }
163 // Returns the function that |loop_| belong to.

Callers 1

LoopUtilsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected