Module rustc_mir_dataflow::framework::direction
source ยท Structsยง
- Dataflow that runs from the exit of a block (the terminator), to its entry (the first statement).
- Dataflow that runs from the entry of a block (the first statement), to its exit (terminator).
Traitsยง
Functionsยง
- An analogue of
Option::get_or_insert_with
that stores a clone ofval
intoopt
, but uses the more efficientclone_from
ifopt
wasSome
.