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

Method begin

source/opt/function.h:127–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125 const BasicBlock* tail() const { return blocks_.back().get(); }
126
127 iterator begin() { return iterator(&blocks_, blocks_.begin()); }
128 iterator end() { return iterator(&blocks_, blocks_.end()); }
129 const_iterator begin() const { return cbegin(); }
130 const_iterator end() const { return cend(); }

Callers 2

RemoveParameterMethod · 0.45
ReorderBasicBlocksMethod · 0.45

Calls 1

iteratorClass · 0.85

Tested by

no test coverage detected