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 125 if (A->get() == V && !CS.doesNotCapture(A - B))
AliasAnalysis.cpp 459 (!CS.doesNotCapture(ArgNo) && !CS.isByValArgument(ArgNo)))
BasicAliasAnalysis.cpp 683 (!CS.doesNotCapture(ArgNo) && !CS.isByValArgument(ArgNo)))
    [all...]
  /external/llvm/include/llvm/IR/
Function.h 299 bool doesNotCapture(unsigned n) const {
  /external/llvm/include/llvm/Support/
CallSite.h 246 bool doesNotCapture(unsigned ArgNo) const {
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 89 (CS.getInstruction()->use_empty() || CS.doesNotCapture(ArgNo)))
  /external/llvm/lib/Transforms/Scalar/
SimplifyLibCalls.cpp 235 if (!F.doesNotCapture(n)) {

Completed in 5659 milliseconds