Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DIRTranslator.h114 VRegAlloc.DestroyAll(); in reset()
124 auto *VRegList = new (VRegAlloc.Allocate()) VRegListT(); in insertVRegs()
136 SpecificBumpPtrAllocator<VRegListT> VRegAlloc; variable