Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDMisExpect.cpp73 return PGOWarnMisExpect || Ctx.getMisExpectWarningRequested(); in isMisExpectDiagEnabled()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDLLVMContext.h211 bool getMisExpectWarningRequested() const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
HDLLVMContext.cpp161 bool LLVMContext::getMisExpectWarningRequested() const { in getMisExpectWarningRequested() function in LLVMContext