Lines Matching refs:MapRegToId
215 typedef DenseMap<unsigned, unsigned> MapRegToId; typedef
286 const MapRegToId &RegToId, in initReachingDef()
310 MapRegToId::const_iterator ItCurRegId = RegToId.find(CurReg); in initReachingDef()
350 MapRegToId::const_iterator ItCurRegId = RegToId.find(CurReg); in initReachingDef()
355 MapRegToId::const_iterator ItRegId = RegToId.find(*AI); in initReachingDef()
438 const MapRegToId &RegToId, bool ADRPMode = false, in reachingDef()
550 const MapRegToId &RegToId, in reachedUsesToDefs()
555 MapRegToId::const_iterator EndIt = RegToId.end(); in reachedUsesToDefs()
564 MapRegToId::const_iterator It; in reachedUsesToDefs()
723 const MapRegToId &RegToId) { in registerADRCandidate()
767 AArch64FunctionInfo &AArch64FI, const MapRegToId &RegToId, in computeOthers()
986 static void collectInvolvedReg(const MachineFunction &MF, MapRegToId &RegToId, in collectInvolvedReg()
1030 MapRegToId RegToId; in runOnMachineFunction()