Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Cache

36   /// Entry - A cache entry containing interference information for all aliases
42 /// Tag - Cache tag is changed when any of the underlying LiveIntervalUnions
77 assert(!hasRefs() && "Cannot clear cache entry with references");
108 // We don't keep a cache entry for every physical register, that would use too
109 // much memory. Instead, a fixed number of cache entries are used in a round-
120 // The actual cache entries.
129 /// init - Prepare cache for a new function.
137 /// Cursor - The primary query interface for the block interference cache.
169 void setPhysReg(InterferenceCache &Cache, unsigned PhysReg) {
174 setEntry(Cache.get(PhysReg));