struct Collector<'tcx, 'locals> {
    patch: Patch<'tcx>,
    local_decls: &'locals LocalDecls<'tcx>,
}

Fields§

§patch: Patch<'tcx>§local_decls: &'locals LocalDecls<'tcx>

Implementations§

source§

impl<'tcx, 'locals> Collector<'tcx, 'locals>

source

pub(crate) fn new( tcx: TyCtxt<'tcx>, local_decls: &'locals LocalDecls<'tcx> ) -> Self

source

fn try_make_constant( &self, place: Place<'tcx>, state: &State<FlatSet<Scalar>>, map: &Map ) -> Option<Const<'tcx>>

Trait Implementations§

source§

impl<'mir, 'tcx> ResultsVisitor<'mir, 'tcx, Results<'tcx, ValueAnalysisWrapper<ConstAnalysis<'_, 'tcx>>, IndexVec<BasicBlock, State<FlatSet<Scalar<AllocId>>>>>> for Collector<'tcx, '_>

§

type FlowState = State<FlatSet<Scalar<AllocId>>>

source§

fn visit_statement_before_primary_effect( &mut self, results: &mut Results<'tcx, ValueAnalysisWrapper<ConstAnalysis<'_, 'tcx>>>, state: &Self::FlowState, statement: &'mir Statement<'tcx>, location: Location )

Called with the before_statement_effect of the given statement applied to state but not its statement_effect.
source§

fn visit_statement_after_primary_effect( &mut self, results: &mut Results<'tcx, ValueAnalysisWrapper<ConstAnalysis<'_, 'tcx>>>, state: &Self::FlowState, statement: &'mir Statement<'tcx>, location: Location )

Called with both the before_statement_effect and the statement_effect of the given statement applied to state.
source§

fn visit_terminator_before_primary_effect( &mut self, results: &mut Results<'tcx, ValueAnalysisWrapper<ConstAnalysis<'_, 'tcx>>>, state: &Self::FlowState, terminator: &'mir Terminator<'tcx>, location: Location )

Called with the before_terminator_effect of the given terminator applied to state but not its terminator_effect.
source§

fn visit_block_start( &mut self, _results: &mut R, _state: &Self::FlowState, _block_data: &'mir BasicBlockData<'tcx>, _block: BasicBlock )

source§

fn visit_terminator_after_primary_effect( &mut self, _results: &mut R, _state: &Self::FlowState, _terminator: &'mir Terminator<'tcx>, _location: Location )

Called with both the before_terminator_effect and the terminator_effect of the given terminator applied to state. Read more
source§

fn visit_block_end( &mut self, _results: &mut R, _state: &Self::FlowState, _block_data: &'mir BasicBlockData<'tcx>, _block: BasicBlock )

Auto Trait Implementations§

§

impl<'tcx, 'locals> !RefUnwindSafe for Collector<'tcx, 'locals>

§

impl<'tcx, 'locals> !Send for Collector<'tcx, 'locals>

§

impl<'tcx, 'locals> !Sync for Collector<'tcx, 'locals>

§

impl<'tcx, 'locals> Unpin for Collector<'tcx, 'locals>

§

impl<'tcx, 'locals> !UnwindSafe for Collector<'tcx, 'locals>

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for Twhere U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.

Layout§

Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.

Size: 88 bytes