HomeSort by relevance Sort by last modified time
    Searched defs:ValueID (Results 1 - 7 of 7) sorted by null

  /external/llvm/lib/Bitcode/Writer/
ValueEnumerator.cpp 567 unsigned &ValueID = ValueMap[V];
568 if (ValueID) {
570 Values[ValueID-1].second++;
598 // Finally, add the value. Doing this could make the ValueID reference be
608 ValueID = Values.size();
  /frameworks/compile/slang/BitWriter_2_9/
ValueEnumerator.cpp 311 unsigned &ValueID = ValueMap[V];
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/
ValueEnumerator.cpp 311 unsigned &ValueID = ValueMap[V];
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/
ValueEnumerator.cpp 311 unsigned &ValueID = ValueMap[V];
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/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 447 /// index this maps the ValueID to the parsed function summary, and
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]

Completed in 696 milliseconds