Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_ty_utils/src/
Dlayout.rs594 ) -> (BitSet<GeneratorSavedLocal>, IndexVec<GeneratorSavedLocal, SavedLocalEligibility>) { in generator_saved_local_eligibility()
/third_party/rust/rust/compiler/rustc_mir_transform/src/
Dgenerator.rs715 fn renumber_bitset(&self, input: &BitSet<Local>) -> BitSet<GeneratorSavedLocal> { in renumber_bitset()
726 fn get(&self, local: Local) -> Option<GeneratorSavedLocal> { in get()
753 ) -> BitMatrix<GeneratorSavedLocal, GeneratorSavedLocal> { in compute_storage_conflicts() argument
1643 fn saved_local_for_direct_place(&self, place: Place<'_>) -> Option<GeneratorSavedLocal> { in saved_local_for_direct_place()