Home | History | Annotate | Download | only in Analysis

Lines Matching refs:BlockID

165 // Each block will be written into the Blocks array in order, and its BlockID
176 BlockID = --ID;
177 Blocks[BlockID] = this;
201 BlockID = ID++;
202 Blocks[BlockID] = this;
214 if (Pred->BlockID >= BlockID) continue;
223 if (Candidate->BlockID > Alternate->BlockID)
241 if (Succ->BlockID <= BlockID) continue;
250 if (Candidate->BlockID < Alternate->BlockID)
302 Blocks[NI]->BlockID = NI;