Lines Matching defs:RejectReason

167 // RejectReason.
169 RejectReason::RejectReason(RejectReasonKind K) : Kind(K) {
173 const DebugLoc RejectReason::Unknown = DebugLoc();
175 const DebugLoc &RejectReason::getDebugLoc() const {
190 ReportCFG::ReportCFG(const RejectReasonKind K) : RejectReason(K) {}
192 bool ReportCFG::classof(const RejectReason *RR) {
214 bool ReportInvalidTerminator::classof(const RejectReason *RR) {
238 bool ReportUnreachableInExit::classof(const RejectReason *RR) {
269 bool ReportIndirectPredecessor::classof(const RejectReason *RR) {
294 bool ReportIrreducibleRegion::classof(const RejectReason *RR) {
302 : RejectReason(K), Inst(Inst) {}
304 bool ReportAffFunc::classof(const RejectReason *RR) {
320 bool ReportUndefCond::classof(const RejectReason *RR) {
336 bool ReportInvalidCond::classof(const RejectReason *RR) {
351 bool ReportUndefOperand::classof(const RejectReason *RR) {
367 bool ReportNonAffBranch::classof(const RejectReason *RR) {
380 bool ReportNoBasePtr::classof(const RejectReason *RR) {
397 bool ReportUndefBasePtr::classof(const RejectReason *RR) {
420 bool ReportVariantBasePtr::classof(const RejectReason *RR) {
439 bool ReportDifferentArrayElementSize::classof(const RejectReason *RR) {
466 bool ReportNonAffineAccess::classof(const RejectReason *RR) {
480 : RejectReason(RejectReasonKind::LoopBound), L(L), LoopCount(LoopCount),
494 bool ReportLoopBound::classof(const RejectReason *RR) {
515 bool ReportLoopHasNoExit::classof(const RejectReason *RR) {
540 bool ReportLoopHasMultipleExits::classof(const RejectReason *RR) {
566 bool ReportLoopOnlySomeLatches::classof(const RejectReason *RR) {
581 : RejectReason(RejectReasonKind::FuncCall), Inst(Inst) {}
600 bool ReportFuncCall::classof(const RejectReason *RR) {
631 bool ReportNonSimpleMemoryAccess::classof(const RejectReason *RR) {
639 : RejectReason(RejectReasonKind::Alias), Inst(Inst) {
689 bool ReportAlias::classof(const RejectReason *RR) {
700 ReportOther::ReportOther(const RejectReasonKind K) : RejectReason(K) {}
702 bool ReportOther::classof(const RejectReason *RR) {
726 bool ReportIntToPtr::classof(const RejectReason *RR) {
748 bool ReportAlloca::classof(const RejectReason *RR) {
772 bool ReportUnknownInst::classof(const RejectReason *RR) {
798 bool ReportEntry::classof(const RejectReason *RR) {
829 bool ReportUnprofitable::classof(const RejectReason *RR) {