HomeSort by relevance Sort by last modified time
    Searched defs:usesDynamicAlloca (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Analysis/
CodeMetrics.h 60 bool usesDynamicAlloca = false;
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
CodeMetrics.h 40 /// usesDynamicAlloca - True if this function calls alloca (in the C sense).
41 bool usesDynamicAlloca;
67 containsIndirectBr(false), usesDynamicAlloca(false),
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
CodeMetrics.h 60 bool usesDynamicAlloca = false;

Completed in 2895 milliseconds