Home
last modified time | relevance | path

Searched refs:UniqueInstrAllocator (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DCSEInfo.cpp145 auto *Node = new (UniqueInstrAllocator) UniqueMachineInstr(MI); in getUniqueInstrForMI()
254 UniqueInstrAllocator.Reset(); in releaseMemory()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DCSEInfo.h73 BumpPtrAllocator UniqueInstrAllocator; variable