swap overloads
Synopses
Declared in <llvm/ADT/CachedHashString.h>
Swap the nested passes of two adaptors.
void
swap(
CGSCCToFunctionPassAdaptor& LHS,
CGSCCToFunctionPassAdaptor& RHS);
Exchange owned storage and hash state between LHS and RHS.
void
swap(
CachedHashString& LHS,
CachedHashString& RHS);
Swap the nested passes of two adaptors.
void
swap(
ModuleToPostOrderCGSCCPassAdaptor& LHS,
ModuleToPostOrderCGSCCPassAdaptor& RHS);
Parameters
Name |
Description |
LHS |
First adaptor. |
RHS |
Second adaptor. |
Created with MrDocs