Searched refs:ValueID (Results 1 - 5 of 5) sorted by relevance

/frameworks/compile/slang/BitWriter_2_9/
H A DValueEnumerator.cpp311 unsigned &ValueID = ValueMap[V]; local
312 if (ValueID) {
314 Values[ValueID-1].second++;
338 // Finally, add the value. Doing this could make the ValueID reference be
358 ValueID = Values.size();
/frameworks/compile/slang/BitWriter_2_9_func/
H A DValueEnumerator.cpp311 unsigned &ValueID = ValueMap[V]; local
312 if (ValueID) {
314 Values[ValueID-1].second++;
338 // Finally, add the value. Doing this could make the ValueID reference be
358 ValueID = Values.size();
/frameworks/compile/slang/BitWriter_3_2/
H A DValueEnumerator.cpp311 unsigned &ValueID = ValueMap[V]; local
312 if (ValueID) {
314 Values[ValueID-1].second++;
338 // Finally, add the value. Doing this could make the ValueID reference be
358 ValueID = Values.size();
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp1380 unsigned ValueID = Record[0]; local
1381 if (ValueID >= ValueList.size())
1383 Value *V = ValueList[ValueID];
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp1692 unsigned ValueID = Record[0]; local
1693 if (ValueID >= ValueList.size())
1695 Value *V = ValueList[ValueID];

Completed in 745 milliseconds