pub enum ResidentGraphCacheDomain {
IfdsCsr,
FixedPoint(FixedPointAnalysisKind),
}Expand description
Resident graph cache domain participating in shared cache identity.
Variants§
IfdsCsr
Prepared IFDS exploded-supergraph CSR buffers.
FixedPoint(FixedPointAnalysisKind)
Fixed-point forward graph buffers for one analysis family.
Implementations§
Trait Implementations§
Source§impl Clone for ResidentGraphCacheDomain
impl Clone for ResidentGraphCacheDomain
Source§fn clone(&self) -> ResidentGraphCacheDomain
fn clone(&self) -> ResidentGraphCacheDomain
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ResidentGraphCacheDomain
Source§impl Debug for ResidentGraphCacheDomain
impl Debug for ResidentGraphCacheDomain
impl Eq for ResidentGraphCacheDomain
Source§impl Hash for ResidentGraphCacheDomain
impl Hash for ResidentGraphCacheDomain
Source§impl PartialEq for ResidentGraphCacheDomain
impl PartialEq for ResidentGraphCacheDomain
impl StructuralPartialEq for ResidentGraphCacheDomain
Auto Trait Implementations§
impl Freeze for ResidentGraphCacheDomain
impl RefUnwindSafe for ResidentGraphCacheDomain
impl Send for ResidentGraphCacheDomain
impl Sync for ResidentGraphCacheDomain
impl Unpin for ResidentGraphCacheDomain
impl UnsafeUnpin for ResidentGraphCacheDomain
impl UnwindSafe for ResidentGraphCacheDomain
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.