Lines Matching refs:getPreInstrSymbol
324 if (!getPreInstrSymbol() && !getPostInstrSymbol()) { in dropMemRefs()
329 Info.set<EIIK_PreInstrSymbol>(getPreInstrSymbol()); in dropMemRefs()
332 if (!getPreInstrSymbol()) { in dropMemRefs()
339 MF.createMIExtraInfo({}, getPreInstrSymbol(), getPostInstrSymbol())); in dropMemRefs()
350 if (MMOs.size() == 1 && !getPreInstrSymbol() && !getPostInstrSymbol()) { in setMemRefs()
357 MF.createMIExtraInfo(MMOs, getPreInstrSymbol(), getPostInstrSymbol())); in setMemRefs()
378 if (getPreInstrSymbol() == MI.getPreInstrSymbol() && in cloneMemRefs()
453 MCSymbol *OldSymbol = getPreInstrSymbol(); in setPreInstrSymbol()
497 assert(getPreInstrSymbol() && in setPostInstrSymbol()
499 Info.set<EIIK_PreInstrSymbol>(getPreInstrSymbol()); in setPostInstrSymbol()
513 MF.createMIExtraInfo(memoperands(), getPreInstrSymbol(), Symbol)); in setPostInstrSymbol()
1668 if (MCSymbol *PreInstrSymbol = getPreInstrSymbol()) { in print()