HomeSort by relevance Sort by last modified time
    Searched full:doesnotcapture (Results 1 - 8 of 8) sorted by null

  /external/llvm/lib/Analysis/
CaptureTracking.cpp 123 if (A->get() == V && !CS.doesNotCapture(A - B))
AliasAnalysis.cpp 465 (!CS.doesNotCapture(ArgNo) && !CS.isByValArgument(ArgNo)))
BasicAliasAnalysis.cpp     [all...]
  /external/llvm/include/llvm/IR/
CallSite.h 270 bool doesNotCapture(unsigned ArgNo) const {
Function.h 315 bool doesNotCapture(unsigned n) const {
  /external/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp 95 if (!F.doesNotCapture(n)) {
489 Captures &= !CS.doesNotCapture(A - B);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 100 (CS.getInstruction()->use_empty() || CS.doesNotCapture(ArgNo)))
    [all...]
  /external/llvm/lib/Transforms/Scalar/
TailRecursionElimination.cpp 195 CS.doesNotCapture(CS.getArgumentNo(U));
    [all...]

Completed in 490 milliseconds