Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
DCSEInfo.cpp144 auto *Node = new (UniqueInstrAllocator) UniqueMachineInstr(MI); in getUniqueInstrForMI()
253 UniqueInstrAllocator.Reset(); in releaseMemory()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
DCSEInfo.h73 BumpPtrAllocator UniqueInstrAllocator; variable