Searched refs:LabelsBeforeInsn (Results 1 – 2 of 2) sorted by relevance
231 DenseMap<const MachineInstr *, MCSymbol *> LabelsBeforeInsn; variable474 LabelsBeforeInsn.insert(std::make_pair(MI, nullptr)); in requestLabelBeforeInsn()
971 MCSymbol *Label = LabelsBeforeInsn.lookup(MI); in getLabelBeforeInsn()1012 LabelsBeforeInsn.find(MI); in beginInstruction()1015 if (I == LabelsBeforeInsn.end()) in beginInstruction()1153 LabelsBeforeInsn[Ranges.front().first] = Asm->getFunctionBegin(); in beginFunction()1162 LabelsBeforeInsn[I->first] = Asm->getFunctionBegin(); in beginFunction()1226 LabelsBeforeInsn.clear(); in endFunction()1262 LabelsBeforeInsn.clear(); in endFunction()