Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Current

49     /// MF - The current function.
140 BlockInterference *Current;
144 Current = 0;
156 Cursor() : CacheEntry(0), Current(0) {}
159 Cursor(const Cursor &O) : CacheEntry(0), Current(0) {
179 Current = CacheEntry ? CacheEntry->get(MBBNum) : &NoInterference;
182 /// hasInterference - Return true if the current block has any interference.
184 return Current->First.isValid();
188 /// current block.
190 return Current->First;
194 /// current block.
196 return Current->Last;