HomeSort by relevance Sort by last modified time
    Searched refs:OtherCount (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/libbcc/bcinfo/
MetadataExtractor.cpp 352 uint32_t OtherCount = 0;
354 OtherCount += hasForEachSignatureUsrData(Signature);
355 OtherCount += hasForEachSignatureX(Signature);
356 OtherCount += hasForEachSignatureY(Signature);
357 OtherCount += hasForEachSignatureZ(Signature);
358 OtherCount += hasForEachSignatureCtxt(Signature);
359 OtherCount += hasForEachSignatureOut(Signature) &&
362 return Function->arg_size() - OtherCount;
  /external/llvm/lib/CodeGen/
MachineScheduler.cpp     [all...]

Completed in 50 milliseconds