Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCSEInfo.cpp159 auto *Node = new (UniqueInstrAllocator) UniqueMachineInstr(MI); in getUniqueInstrForMI()
267 UniqueInstrAllocator.Reset(); in releaseMemory()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCSEInfo.h75 BumpPtrAllocator UniqueInstrAllocator; variable