Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DInterferenceCache.cpp44 free(PhysRegEntries); in reinitPhysRegEntries()
46 PhysRegEntries = static_cast<unsigned char*>( in reinitPhysRegEntries()
64 unsigned char E = PhysRegEntries[PhysReg.id()]; in get()
82 PhysRegEntries[PhysReg] = E; in get()
H A DInterferenceCache.h145 unsigned char* PhysRegEntries = nullptr; variable
162 free(PhysRegEntries); in ~InterferenceCache()