Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-mca/
H A DCodeRegion.cpp58 FoundErrors = true; in beginRegion()
66 FoundErrors = true; in beginRegion()
103 FoundErrors = true; in endRegion()
122 FoundErrors = true; in beginRegion()
135 FoundErrors = true; in beginRegion()
152 FoundErrors = true; in endRegion()
H A DCodeRegion.h143 bool FoundErrors; variable
146 CodeRegions(llvm::SourceMgr &S) : SM(S), FoundErrors(false) {} in CodeRegions()
170 bool isValid() const { return !FoundErrors; } in isValid()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp324 unsigned FoundErrors = MachineVerifier(this, Banner.c_str()).verify(MF); in runOnMachineFunction() local
325 if (FoundErrors) in runOnMachineFunction()
350 unsigned FoundErrors = MachineVerifier(nullptr, Banner.c_str()).verify(MF); in verifyMachineFunction() local
351 if (FoundErrors) in verifyMachineFunction()
358 unsigned FoundErrors = MachineVerifier(p, Banner).verify(MF); in verify() local
359 if (AbortOnErrors && FoundErrors) in verify()
360 report_fatal_error("Found "+Twine(FoundErrors)+" machine code errors."); in verify()
361 return FoundErrors == 0; in verify()
367 unsigned FoundErrors = in verify() local
369 if (AbortOnErrors && FoundErrors) in verify()
[all …]