Files
wasmtime/cranelift
Jakob Stoklund Olesen 92f378de76 Expose CFG predecessors only as an iterator.
Define two public iterator types in the flowgraph module, PredIter and
SuccIter, which are by-value iterators over an EBB's predecessors and
successors respectively.

Provide matching pred_iter() and succ_iter() methods for inspecting the
CFG. Remove the get_predecessors() method which returned a slice.

Update the uses of get_predecessors(), none of which depended on it
being a slice.

This abstraction makes it possible to change the internal representation
of the CFG.
2017-11-22 09:13:04 -08:00
..
2017-11-14 14:09:35 -08:00
2017-06-23 09:36:21 -07:00
2017-11-10 09:09:00 -08:00
2016-01-12 16:51:35 -08:00
2017-09-12 13:27:58 -07:00