Home
last modified time | relevance | path

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

/external/llvm-project/polly/include/polly/
DScopDetectionDiagnostic.h50 class RejectLog; variable
58 void emitRejectionRemarks(const BBPair &P, const RejectLog &Log,
157 class RejectLog {
162 explicit RejectLog(Region *R) : R(R) {} in RejectLog() function
DScopDetection.h127 RejectLog Log;
546 const RejectLog *lookupRejectionLog(const Region *R) const;
/external/llvm-project/polly/lib/Analysis/
DScopDetectionDiagnostic.cpp134 void emitRejectionRemarks(const BBPair &P, const RejectLog &Log, in emitRejectionRemarks()
181 void RejectLog::print(raw_ostream &OS, int level) const { in print()
DScopDetection.cpp388 RejectLog &Log = Context.Log; in invalid()
1837 const RejectLog *ScopDetection::lookupRejectionLog(const Region *R) const { in lookupRejectionLog()