Lines Matching refs:PrevLabel
344 PrevLabel = Asm->getFunctionBegin(); in beginFunction()
367 if (!PrevLabel) { in beginInstruction()
368 PrevLabel = MMI->getContext().createTempSymbol(); in beginInstruction()
369 Asm->OutStreamer->emitLabel(PrevLabel); in beginInstruction()
371 I->second = PrevLabel; in beginInstruction()
382 PrevLabel = nullptr; in endInstruction()
400 PrevLabel = CurMI->getParent()->getEndSymbol(); in endInstruction()
401 } else if (!PrevLabel) { in endInstruction()
402 PrevLabel = MMI->getContext().createTempSymbol(); in endInstruction()
403 Asm->OutStreamer->emitLabel(PrevLabel); in endInstruction()
405 I->second = PrevLabel; in endInstruction()
422 PrevLabel = MBB.getSymbol(); in beginBasicBlockSection()
426 PrevLabel = nullptr; in endBasicBlockSection()