Home
last modified time | relevance | path

Searched defs:getRemarkBB (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/polly/lib/Analysis/
DScopDetectionDiagnostic.cpp204 const Value *ReportInvalidTerminator::getRemarkBB() const { return BB; } in getRemarkBB() function in polly::ReportInvalidTerminator
225 const Value *ReportUnreachableInExit::getRemarkBB() const { return BB; } in getRemarkBB() function in polly::ReportUnreachableInExit
249 const Value *ReportIrreducibleRegion::getRemarkBB() const { in getRemarkBB() function in polly::ReportIrreducibleRegion
283 const Value *ReportUndefCond::getRemarkBB() const { return BB; } in getRemarkBB() function in polly::ReportUndefCond
298 const Value *ReportInvalidCond::getRemarkBB() const { return BB; } in getRemarkBB() function in polly::ReportInvalidCond
314 const Value *ReportUndefOperand::getRemarkBB() const { return BB; } in getRemarkBB() function in polly::ReportUndefOperand
329 const Value *ReportNonAffBranch::getRemarkBB() const { return BB; } in getRemarkBB() function in polly::ReportNonAffBranch
345 const Value *ReportNoBasePtr::getRemarkBB() const { return Inst->getParent(); } in getRemarkBB() function in polly::ReportNoBasePtr
358 const Value *ReportUndefBasePtr::getRemarkBB() const { in getRemarkBB() function in polly::ReportUndefBasePtr
377 const Value *ReportVariantBasePtr::getRemarkBB() const { in getRemarkBB() function in polly::ReportVariantBasePtr
[all …]