Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/IR/
H A DLLVMContext.h211 bool getMisExpectWarningRequested() const;
/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMisExpect.cpp73 return PGOWarnMisExpect || Ctx.getMisExpectWarningRequested(); in isMisExpectDiagEnabled()
/src/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContext.cpp161 bool LLVMContext::getMisExpectWarningRequested() const { in getMisExpectWarningRequested() function in LLVMContext