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

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Function.h 305 bool isSynthetic() const { return PCT == PCT_Synthetic; }
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Function.cpp 1817 MDB.createFunctionEntryCount(Count.getCount(), Count.isSynthetic(), S));
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
InlineFunction.cpp 1607 if (!CalleeEntryCount.hasValue() || CalleeEntryCount.isSynthetic() ||

Completed in 22 milliseconds