Lines Matching refs:MapRegToId
222 typedef DenseMap<unsigned, unsigned> MapRegToId; typedef
291 const MapRegToId &RegToId, in initReachingDef()
315 MapRegToId::const_iterator ItCurRegId = RegToId.find(CurReg); in initReachingDef()
355 MapRegToId::const_iterator ItCurRegId = RegToId.find(CurReg); in initReachingDef()
360 MapRegToId::const_iterator ItRegId = RegToId.find(*AI); in initReachingDef()
451 const MapRegToId &RegToId, bool ADRPMode = false, in reachingDef()
565 const MapRegToId &RegToId, in reachedUsesToDefs()
570 MapRegToId::const_iterator EndIt = RegToId.end(); in reachedUsesToDefs()
579 MapRegToId::const_iterator It; in reachedUsesToDefs()
735 const MapRegToId &RegToId) { in registerADRCandidate()
775 AArch64FunctionInfo &AArch64FI, const MapRegToId &RegToId, in computeOthers()
995 static void collectInvolvedReg(const MachineFunction &MF, MapRegToId &RegToId, in collectInvolvedReg()
1043 MapRegToId RegToId; in runOnMachineFunction()