OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PhysRegEntriesCount
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/
InterferenceCache.h
140
size_t
PhysRegEntriesCount
;
154
PhysRegEntriesCount
(0), RoundRobin(0) {}
InterferenceCache.cpp
36
if (
PhysRegEntriesCount
== TRI->getNumRegs()) return;
38
PhysRegEntriesCount
= TRI->getNumRegs();
40
calloc(
PhysRegEntriesCount
, sizeof(unsigned char));
Completed in 202 milliseconds