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

/frameworks/compile/slang/BitWriter_2_9/
H A DValueEnumerator.cpp314 unsigned &ValueID = ValueMap[V]; local
315 if (ValueID) {
317 Values[ValueID-1].second++;
341 // Finally, add the value. Doing this could make the ValueID reference be
361 ValueID = Values.size();
/frameworks/compile/slang/BitWriter_2_9_func/
H A DValueEnumerator.cpp314 unsigned &ValueID = ValueMap[V]; local
315 if (ValueID) {
317 Values[ValueID-1].second++;
341 // Finally, add the value. Doing this could make the ValueID reference be
361 ValueID = Values.size();
/frameworks/compile/slang/BitWriter_3_2/
H A DValueEnumerator.cpp314 unsigned &ValueID = ValueMap[V]; local
315 if (ValueID) {
317 Values[ValueID-1].second++;
341 // Finally, add the value. Doing this could make the ValueID reference be
361 ValueID = Values.size();
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp1012 unsigned ValueID = Record[0]; local
1013 if (ValueID >= ValueList.size())
1015 Value *V = ValueList[ValueID];
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp1328 unsigned ValueID = Record[0]; local
1329 if (ValueID >= ValueList.size())
1331 Value *V = ValueList[ValueID];

Completed in 69 milliseconds