Lines Matching defs:ID
41 unsigned ID = C.getExpressionID();
42 AdjustedExpressionIDs[ID] = 1;
43 mark(Expressions[ID].LHS);
44 mark(Expressions[ID].RHS);
92 /// Remaining bits - Counter/Expression ID.
98 unsigned ID = C.getCounterID();
99 assert(ID <=
101 return Tag | (ID << Counter::EncodingTagBits);
110 // Sort the regions in an ascending order by the file id and the starting
137 // Find the number of regions with this file id.
158 // and pack the expanded file id into the remaining bits.