Home
last modified time | relevance | path

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

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