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

Method SetContinueBlock

source/opt/loop_descriptor.cpp:288–291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

286}
287
288void Loop::SetContinueBlock(BasicBlock* continue_block) {
289 assert(IsInsideLoop(continue_block));
290 loop_continue_ = continue_block;
291}
292
293void Loop::SetLatchBlock(BasicBlock* latch) {
294#ifndef NDEBUG

Callers 2

PopulateLoopDescMethod · 0.80
DuplicateLoopMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected