Home
last modified time | relevance | path

Searched refs:entryDelta (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCloning.h302 Function *Callee, int64_t entryDelta,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1620 Function *Callee, int64_t entryDelta, in updateProfileCallee() argument
1631 if (entryDelta < 0 && static_cast<uint64_t>(-entryDelta) > priorEntryCount) in updateProfileCallee()
1634 newEntryCount = priorEntryCount + entryDelta; in updateProfileCallee()
1645 if (entryDelta) { in updateProfileCallee()