Lines Matching refs:Header
420 /// EmitFunctionHeader - This method emits the header for the current
426 // Print the 'header' of function.
1839 MachineBasicBlock *Header = Loop->getHeader();
1840 assert(Header && "No header for loop");
1842 // If this block is not a loop header, just print out what is the loop header
1844 if (Header != &MBB) {
1845 AP.OutStreamer.AddComment(" in Loop: Header=BB" +
1852 // Otherwise, it is a loop header. Print out information about child and
1864 OS << "Loop Header: Depth=" + Twine(Loop->getLoopDepth()) << '\n';