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

/macosx-10.9.5/llvmCore-3425.0.33/lib/Bitcode/Writer/
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
348 ValueID = Values.size();
/macosx-10.9.5/llvmCore-3425.0.33/lib/Bitcode/Reader/
H A DBitcodeReader.cpp766 unsigned ValueID = Record[0]; local
767 if (ValueID >= ValueList.size())
769 Value *V = ValueList[ValueID];

Completed in 196 milliseconds