Lines Matching full:interference
1 //===- InterferenceCache.h - Caching per-block interference ----*- C++ -*--===//
9 // InterferenceCache remembers per-block interference from LiveIntervalUnions,
10 // fixed RegUnit interference, and register masks.
33 /// BlockInterference - information about the interference in a single basic
43 /// Entry - A cache entry containing interference information for all aliases
62 /// LIS - Used for accessing register mask interference maps.
73 /// register interference.
79 /// Fixed interference in RegUnit.
82 /// Iterator pointing into the fixed RegUnit interference.
94 /// Blocks - Interference for each block in the function.
176 /// Cursor - The primary query interface for the block interference cache.
208 /// setPhysReg - Point this cursor to PhysReg's interference.
222 /// hasInterference - Return true if the current block has any interference.