Home
last modified time | relevance | path

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

/freebsd/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()
151 FoundErrors = true; in endRegion()
H A DCodeRegion.h156 bool FoundErrors; variable
159 CodeRegions(llvm::SourceMgr &S) : SM(S), FoundErrors(false) {} in CodeRegions()
183 bool isValid() const { return !FoundErrors; } in isValid()