Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInlineAdvisor.h216 enum class MandatoryInliningKind { NotMandatory, Always, Never }; enumerator
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineAdvisor.cpp647 return MandatoryInliningKind::NotMandatory; in getMandatoryKind()