• Home
  • Raw
  • Download

Lines Matching defs:getRemarkBB

204 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
400 const Value *ReportDifferentArrayElementSize::getRemarkBB() const { in getRemarkBB() function in polly::ReportDifferentArrayElementSize
427 const Value *ReportNonAffineAccess::getRemarkBB() const { in getRemarkBB() function in polly::ReportNonAffineAccess
454 const Value *ReportLoopBound::getRemarkBB() const { return L->getHeader(); } in getRemarkBB() function in polly::ReportLoopBound
478 const Value *ReportLoopHasNoExit::getRemarkBB() const { return L->getHeader(); } in getRemarkBB() function in polly::ReportLoopHasNoExit
501 const Value *ReportLoopHasMultipleExits::getRemarkBB() const { in getRemarkBB() function in polly::ReportLoopHasMultipleExits
526 const Value *ReportLoopOnlySomeLatches::getRemarkBB() const { in getRemarkBB() function in polly::ReportLoopOnlySomeLatches
554 const Value *ReportFuncCall::getRemarkBB() const { return Inst->getParent(); } in getRemarkBB() function in polly::ReportFuncCall
583 const Value *ReportNonSimpleMemoryAccess::getRemarkBB() const { in getRemarkBB() function in polly::ReportNonSimpleMemoryAccess
646 const Value *ReportAlias::getRemarkBB() const { return Inst->getParent(); } in getRemarkBB() function in polly::ReportAlias
684 const Value *ReportIntToPtr::getRemarkBB() const { in getRemarkBB() function in polly::ReportIntToPtr
708 const Value *ReportAlloca::getRemarkBB() const { return Inst->getParent(); } in getRemarkBB() function in polly::ReportAlloca
730 const Value *ReportUnknownInst::getRemarkBB() const { in getRemarkBB() function in polly::ReportUnknownInst
754 const Value *ReportEntry::getRemarkBB() const { return BB; } in getRemarkBB() function in polly::ReportEntry
780 const Value *ReportUnprofitable::getRemarkBB() const { return R->getEntry(); } in getRemarkBB() function in polly::ReportUnprofitable