Struct OutputSite¶
Defined in File ordered_schedule.hpp
Struct Documentation¶
-
struct OutputSite¶
A single escape (output) site: a value_id and the root-to-block path at which it escapes. Feeds
well_formed'smulti-level escape-chain check (a value carried on an outer axis and reduced on an inner one escapes at both — seebuild_ordered_schedule'sescape emission).Public Members
-
std::size_t value_id¶
-
container::svector<ScopeBlock const*> path¶
root .. this block, inclusive
-
std::size_t value_id¶