|
LLVM 23.0.0git
|
A class that wraps MachineInstrs and derives from FoldingSetNode in order to be uniqued in a CSEMap. More...
#include "llvm/CodeGen/GlobalISel/CSEInfo.h"
Public Member Functions | |
| LLVM_ABI void | Profile (FoldingSetNodeID &ID) |
| Public Member Functions inherited from llvm::FoldingSetBase::Node | |
| Node ()=default | |
| void * | getNextInBucket () const |
| void | SetNextInBucket (void *N) |
Friends | |
| class | GISelCSEInfo |
A class that wraps MachineInstrs and derives from FoldingSetNode in order to be uniqued in a CSEMap.
The tradeoff here is extra memory allocations for UniqueMachineInstr vs making MachineInstr bigger.
| LLVM_ABI void llvm::UniqueMachineInstr::Profile | ( | FoldingSetNodeID & | ID | ) |
References LLVM_ABI.
|
friend |