HomeSort by: relevance | last modified time | path
    Searched refs:RequiresScalarEpilogue (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
VectorUtils.h 680 bool requiresScalarEpilogue() const {
749 !RequiresScalarEpilogue &&
758 RequiresScalarEpilogue = false;
782 bool requiresScalarEpilogue() const { return RequiresScalarEpilogue; }
804 bool RequiresScalarEpilogue = false;
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
VectorUtils.cpp 1255 RequiresScalarEpilogue = true;
1263 if (!requiresScalarEpilogue())
1270 if (!Group->requiresScalarEpilogue())
1283 RequiresScalarEpilogue = false;

Completed in 19 milliseconds