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

  /external/llvm/lib/Analysis/
CaptureTracking.cpp 120 if (A->get() == V && !CS.doesNotCapture(A - B))
BasicAliasAnalysis.cpp 710 (!CS.doesNotCapture(ArgNo) && !CS.isByValArgument(ArgNo)))
    [all...]
MemoryDependenceAnalysis.cpp 407 (!CS.doesNotCapture(ArgNo) && !CS.isByValArgument(ArgNo)))
    [all...]
  /external/llvm/include/llvm/
Function.h 285 bool doesNotCapture(unsigned n) const {
288 void setDoesNotCapture(unsigned n, bool DoesNotCapture = true) {
289 if (DoesNotCapture) addAttribute(n, Attribute::NoCapture);
  /external/llvm/include/llvm/Support/
CallSite.h 241 bool doesNotCapture(unsigned ArgNo) const {
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp     [all...]
SimplifyLibCalls.cpp     [all...]

Completed in 97 milliseconds