reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
244 void report(const char *msg, const MachineBasicBlock *MBB);
414 report("Bad instruction parent pointer", &*MFI); 502 report(msg, MI->getParent()); 592 report("MBB has duplicate entries in its predecessor list.", &MBB); 596 report("MBB has duplicate entries in its successor list.", &MBB); 628 report("MBB has allocatable live-in, but isn't entry or landing-pad.", MBB); 641 report("MBB has successor that isn't part of the function.", MBB); 643 report("Inconsistent CFG", MBB); 653 report("MBB has predecessor that isn't part of the function.", MBB); 655 report("Inconsistent CFG", MBB); 669 report("MBB has more than one landing pad successor", MBB); 691 report("MBB exits via unconditional fall-through but doesn't have " 694 report("MBB exits via unconditional fall-through but its successor " 699 report("MBB exits via unconditional fall-through but ends with a " 703 report("MBB exits via unconditional fall-through but has a condition!", 713 report("MBB exits via unconditional branch but doesn't have " 716 report("MBB exits via unconditional branch but the CFG " 720 report("MBB exits via unconditional branch but doesn't contain " 723 report("MBB exits via unconditional branch but doesn't end with a " 726 report("MBB exits via unconditional branch but the branch isn't a " 734 report("MBB conditionally falls through out of function!", MBB); 738 report("MBB exits via conditional branch/fall-through but only has " 741 report("MBB exits via conditional branch/fall-through but the CFG " 744 report("MBB exits via conditional branch/fall-through but doesn't have " 747 report("MBB exits via conditional branch/fall-through but the CFG " 751 report("MBB exits via conditional branch/fall-through but doesn't " 754 report("MBB exits via conditional branch/fall-through but ends with a " 757 report("MBB exits via conditional branch/fall-through but the branch " 766 report("MBB exits via conditional branch/branch through but only has " 769 report("MBB exits via conditional branch/branch through but the CFG " 772 report("MBB exits via conditional branch/branch but doesn't have " 775 report("MBB exits via conditional branch/branch but the CFG " 779 report("MBB exits via conditional branch/branch but doesn't " 782 report("MBB exits via conditional branch/branch but doesn't end with a " 785 report("MBB exits via conditional branch/branch but the branch " 789 report("MBB exits via conditional branch/branch but there's no " 793 report("AnalyzeBranch returned invalid data!", MBB); 801 report("MBB live-in list contains non-physical register", MBB); 2126 report("Block ends before last instruction index", MBB); 2286 report("Virtual register killed in block, but needed live out.", &MBB); 2323 report("LiveVariables: Block missing from AliveBlocks", &MBB); 2329 report("LiveVariables: Block should not be in AliveBlocks", &MBB); 2396 report("PHIDef VNInfo is not defined at MBB start", MBB); 2406 report("No instruction at VNInfo def index", MBB); 2444 report("Early clobber def must be at an early-clobber slot", MBB); 2449 report("Non-PHI, non-early clobber def must be at a register slot", MBB); 2486 report("Live segment must begin at MBB entry or valno def", MBB); 2513 report("Live segment doesn't end at a valid instruction", EndMBB); 2521 report("Live segment ends at B slot of an instruction", EndMBB); 2530 report("Live segment ending at dead slot spans instructions", EndMBB); 2540 report("Live segment ending at early clobber slot must be " 2646 report("Register not marked live out of predecessor", *PI); 2657 report("Different value live out of predecessor", *PI); 2811 report("The exit stack state of a predecessor is inconsistent.", MBB); 2827 report("The entry stack state of a successor is inconsistent.", MBB); 2839 report("A return block ends with a FrameSetup.", MBB); 2841 report("A return block ends with a nonzero stack adjustment.", MBB);