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

  /external/llvm/include/llvm/Analysis/
LibCallSemantics.h 88 /// DoesOnly - If DetailsType is set to DoesOnly, then we know that the
92 /// array and have DetailsType set to DoesOnly.
93 DoesOnly,
113 /// In the "DoesOnly" case, this information is 'may' information for: there
  /external/llvm/lib/Analysis/
LibCallAliasAnalysis.cpp 79 // If the details are of the 'DoesOnly' sort, we know something if the pointer
83 assert(FI->DetailsType == LibCallFunctionInfo::DoesOnly);
106 // locations in our 'DoesOnly' rule, then we know that the pointer must point

Completed in 4707 milliseconds