Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/include/polly/
H A DScopDetectionDiagnostic.h58 class RejectLog; variable
66 void emitRejectionRemarks(const BBPair &P, const RejectLog &Log,
166 class RejectLog final {
171 explicit RejectLog(Region *R) : R(R) {} in RejectLog() function
H A DScopDetection.h149 RejectLog Log;
551 const RejectLog *lookupRejectionLog(const Region *R) const;
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopDetectionDiagnostic.cpp135 void emitRejectionRemarks(const BBPair &P, const RejectLog &Log, in emitRejectionRemarks()
182 void RejectLog::print(raw_ostream &OS, int level) const { in print()
H A DScopDetection.cpp401 RejectLog &Log = Context.Log; in invalid()
1932 const RejectLog *ScopDetection::lookupRejectionLog(const Region *R) const { in lookupRejectionLog()