Move‐assign cycle info, leaving the source empty.
Synopsis
Declared in <llvm/ADT/GenericCycleInfo.h>
constexpr
GenericCycleInfo<GenericSSAContext<MachineFunction>>&
operator=(GenericCycleInfo<GenericSSAContext<MachineFunction>>&& Other) = default;
Return Value
Reference to this cycle info after the move.
Parameters
Name |
Description |
Other |
Cycle info to move from. |
Created with MrDocs