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

  /external/llvm/lib/Analysis/
LibCallAliasAnalysis.cpp 70 for (unsigned i = 0; Details[i].LocationID != ~0U; ++i) {
72 LCI->getLocationInfo(Details[i].LocationID);
91 for (unsigned i = 0; Details[i].LocationID != ~0U; ++i) {
93 LCI->getLocationInfo(Details[i].LocationID);
  /external/llvm/include/llvm/Analysis/
LibCallSemantics.h 80 /// LocationID - ID # of the accessed location or ~0U for array end.
81 unsigned LocationID;
141 /// getLocationInfo - Return information about the specified LocationID.

Completed in 153 milliseconds