Home
last modified time | relevance | path

Searched defs:PointIndex (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/compiler/rustc_borrowck/src/type_check/liveness/
Dtrace.rs320 fn compute_drop_live_points_for_block(&mut self, mpi: MovePathIndex, term_point: PointIndex) { in compute_drop_live_points_for_block()
481 live_at: &IntervalSet<PointIndex>, in add_use_live_facts_for()
498 live_at: &IntervalSet<PointIndex>, in add_drop_live_facts_for()
546 live_at: &IntervalSet<PointIndex>, in make_all_regions_live()
/third_party/rust/rust/compiler/rustc_borrowck/src/region_infer/
Dvalues.rs55 pub(crate) fn point_from_location(&self, location: Location) -> PointIndex { in point_from_location()
62 pub(crate) fn entry_point(&self, block: BasicBlock) -> PointIndex { in entry_point()
68 pub(crate) fn to_block_start(&self, index: PointIndex) -> PointIndex { in to_block_start()