Home
last modified time | relevance | path

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

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