Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h299 bool isSynthetic() const { return PCT == PCT_Synthetic; } in isSynthetic() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp2040 MDB.createFunctionEntryCount(Count.getCount(), Count.isSynthetic(), S)); in setEntryCount()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1968 if (CalleeEntryCount.isSynthetic() || CalleeEntryCount.getCount() < 1) in updateCallProfile()