Struct debris_llir::opt::call_graph::InfiniteLoopDetector
source · pub struct InfiniteLoopDetector {
visited_functions: FxHashSet<BlockId>,
pending_functions: FxHashSet<BlockId>,
}
Fields§
§visited_functions: FxHashSet<BlockId>
§pending_functions: FxHashSet<BlockId>
Implementations§
Trait Implementations§
source§impl Default for InfiniteLoopDetector
impl Default for InfiniteLoopDetector
source§fn default() -> InfiniteLoopDetector
fn default() -> InfiniteLoopDetector
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for InfiniteLoopDetector
impl Send for InfiniteLoopDetector
impl Sync for InfiniteLoopDetector
impl Unpin for InfiniteLoopDetector
impl UnwindSafe for InfiniteLoopDetector
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