Searched refs:LabelsBeforeInsn (Results 1 – 2 of 2) sorted by relevance
118 MCSymbol *Label = LabelsBeforeInsn.lookup(MI); in getLabelBeforeInsn()224 LabelsBeforeInsn[Ranges.front().first] = Asm->getFunctionBegin(); in beginFunction()234 LabelsBeforeInsn[I->first] = Asm->getFunctionBegin(); in beginFunction()268 LabelsBeforeInsn.find(MI); in beginInstruction()271 if (I == LabelsBeforeInsn.end()) in beginInstruction()322 LabelsBeforeInsn.clear(); in endFunction()
91 DenseMap<const MachineInstr *, MCSymbol *> LabelsBeforeInsn; variable102 LabelsBeforeInsn.insert(std::make_pair(MI, nullptr)); in requestLabelBeforeInsn()