Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopDetection.cpp284 unsigned EntryLine, ExitLine; member in __anon7422b7bc0111::DiagnosticScopFound
287 DiagnosticScopFound(Function &F, std::string FileName, unsigned EntryLine, in DiagnosticScopFound() argument
290 EntryLine(EntryLine), ExitLine(ExitLine) {} in DiagnosticScopFound()
313 DP << FileName << ":" << EntryLine << ": Start of scop\n"; in print()