Home
last modified time | relevance | path

Searched refs:isSynthetic (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/llvm/llvm/include/llvm/IR/
DFunction.h262 bool isSynthetic() const { return PCT == PCT_Synthetic; } in isSynthetic() function
/openbsd/src/gnu/llvm/llvm/lib/IR/
DFunction.cpp2073 MDB.createFunctionEntryCount(Count.getCount(), Count.isSynthetic(), S)); in setEntryCount()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DInlineFunction.cpp1858 if (CalleeEntryCount.isSynthetic() || CalleeEntryCount.getCount() < 1) in updateCallProfile()