Lines Matching refs:PrevLabel
352 PrevLabel = Asm->getFunctionBegin(); in beginFunction()
375 if (!PrevLabel) { in beginInstruction()
376 PrevLabel = MMI->getContext().createTempSymbol(); in beginInstruction()
377 Asm->OutStreamer->emitLabel(PrevLabel); in beginInstruction()
379 I->second = PrevLabel; in beginInstruction()
390 PrevLabel = nullptr; in endInstruction()
408 PrevLabel = CurMI->getParent()->getEndSymbol(); in endInstruction()
409 } else if (!PrevLabel) { in endInstruction()
410 PrevLabel = MMI->getContext().createTempSymbol(); in endInstruction()
411 Asm->OutStreamer->emitLabel(PrevLabel); in endInstruction()
413 I->second = PrevLabel; in endInstruction()
430 PrevLabel = MBB.getSymbol(); in beginBasicBlockSection()
434 PrevLabel = nullptr; in endBasicBlockSection()