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

/freebsd-10.1-release/contrib/llvm/lib/Analysis/
H A DLibCallAliasAnalysis.cpp66 for (unsigned i = 0; Details[i].LocationID != ~0U; ++i) {
68 LCI->getLocationInfo(Details[i].LocationID);
87 for (unsigned i = 0; Details[i].LocationID != ~0U; ++i) {
89 LCI->getLocationInfo(Details[i].LocationID);
/freebsd-10.1-release/contrib/llvm/include/llvm/Analysis/
H A DLibCallSemantics.h79 /// LocationID - ID # of the accessed location or ~0U for array end.
80 unsigned LocationID; member in struct:llvm::LibCallFunctionInfo::LocationMRInfo
140 /// getLocationInfo - Return information about the specified LocationID.

Completed in 92 milliseconds