Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DLLVMContext.h206 bool getMisExpectWarningRequested() const;
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DMisExpect.cpp70 return PGOWarnMisExpect || Ctx.getMisExpectWarningRequested(); in isMisExpectDiagEnabled()
/llvm-project-15.0.7/llvm/lib/IR/
H A DLLVMContext.cpp144 bool LLVMContext::getMisExpectWarningRequested() const { in getMisExpectWarningRequested() function in LLVMContext