MCPcopy Create free account
hub / github.com/NVIDIA/cuda-tile / getIterator

Method getIterator

lib/Bytecode/Reader/BytecodeReader.cpp:829–829  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

827 };
828
829 Iterator getIterator(uint64_t opIndex) { return Iterator(*this, opIndex); }
830
831 /// This method initializes the debug info reader after construction.
832 void initialize(ArrayRef<uint64_t> indices, ArrayRef<uint32_t> indexOffsets,

Callers 3

createFunctionFunction · 0.80
eraseRestOfBlockFromFunction · 0.80
matchAndRewriteMethod · 0.80

Calls 1

IteratorClass · 0.85

Tested by

no test coverage detected