Home | History | Annotate | Download | only in Writer

Lines Matching defs:ID

37   bool isGlobalConstant(unsigned ID) const {
38 return ID <= LastGlobalConstantID;
40 bool isGlobalValue(unsigned ID) const {
41 return ID <= LastGlobalValueID && !isGlobalConstant(ID);
51 unsigned ID = IDs.size() + 1;
52 IDs[V].first = ID;
139 unsigned ID, const OrderMap &OM,
153 bool IsGlobalValue = OM.isGlobalValue(ID);
172 // If ID is 4, then expect: 7 6 5 1 2 3.
174 if (RID <= ID)
180 if (LID <= ID)
188 if (LID <= ID)
532 // Insert a dummy ID to block the co-recursive call to
535 // Return early if there's already an ID.
549 // Replace the dummy ID inserted above with the correct one. MDValueMap may
795 /// getGlobalBasicBlockID - This returns the function-specific ID for the