Lines Matching refs:PrevLabel
338 PrevLabel = Asm->getFunctionBegin(); in beginFunction()
361 if (!PrevLabel) { in beginInstruction()
362 PrevLabel = MMI->getContext().createTempSymbol(); in beginInstruction()
363 Asm->OutStreamer->emitLabel(PrevLabel); in beginInstruction()
365 I->second = PrevLabel; in beginInstruction()
376 PrevLabel = nullptr; in endInstruction()
394 PrevLabel = CurMI->getParent()->getEndSymbol(); in endInstruction()
395 } else if (!PrevLabel) { in endInstruction()
396 PrevLabel = MMI->getContext().createTempSymbol(); in endInstruction()
397 Asm->OutStreamer->emitLabel(PrevLabel); in endInstruction()
399 I->second = PrevLabel; in endInstruction()
417 PrevLabel = MBB.getSymbol(); in beginBasicBlock()
424 PrevLabel = nullptr; in endBasicBlock()