Home | History | Annotate | Download | only in IR

Lines Matching full:lineindex

550     for (uint32_t LineIndex = 0;
551 LineIndex < Line.LastLine || !AllLines.empty(); ++LineIndex) {
553 FunctionLines::const_iterator FuncsIt = Line.Functions.find(LineIndex);
558 BlockLines::const_iterator BlocksIt = Line.Blocks.find(LineIndex);
562 AllLines.printNext(OS, LineIndex + 1);
624 AllLines.printNext(OS, LineIndex + 1);
633 if (Block->getLastLine() != LineIndex+1)
636 printBlockInfo(OS, *Block, LineIndex, BlockNo);
681 uint32_t LineIndex, uint32_t &BlockNo) const {
686 OS << format("%5u-block %2u\n", LineIndex+1, BlockNo++);