Searched refs:RestorePt2VirtMap (Results 1 – 2 of 2) sorted by relevance
106 std::map<MachineInstr*, std::vector<unsigned> > RestorePt2VirtMap; variable350 return RestorePt2VirtMap.find(Pt) != RestorePt2VirtMap.end(); in isRestorePt()356 return RestorePt2VirtMap[Pt]; in getRestorePtRestores()362 RestorePt2VirtMap.find(Pt); in addRestorePoint()363 if (I != RestorePt2VirtMap.end()) in addRestorePoint()368 RestorePt2VirtMap.insert(std::make_pair(Pt, Virts)); in addRestorePoint()376 RestorePt2VirtMap.find(Old); in transferRestorePts()377 if (I == RestorePt2VirtMap.end()) in transferRestorePts()384 RestorePt2VirtMap.erase(I); in transferRestorePts()
74 RestorePt2VirtMap.clear(); in runOnMachineFunction()220 RestorePt2VirtMap.erase(MI); in RemoveMachineInstrFromMaps()