Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DLLVMContext.h207 bool getMisExpectWarningRequested() const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMisExpect.cpp72 return PGOWarnMisExpect || Ctx.getMisExpectWarningRequested(); in isMisExpectDiagEnabled()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContext.cpp154 bool LLVMContext::getMisExpectWarningRequested() const { in getMisExpectWarningRequested() function in LLVMContext