Home
last modified time | relevance | path

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

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