Home | History | Annotate | Download | only in CodeGen

Lines Matching full:current

51     /// MF - The current function.
163 BlockInterference *Current;
167 Current = 0;
179 Cursor() : CacheEntry(0), Current(0) {}
182 Cursor(const Cursor &O) : CacheEntry(0), Current(0) {
202 Current = CacheEntry ? CacheEntry->get(MBBNum) : &NoInterference;
205 /// hasInterference - Return true if the current block has any interference.
207 return Current->First.isValid();
211 /// current block.
213 return Current->First;
217 /// current block.
219 return Current->Last;