Searched refs:ScopedHT (Results 1 – 1 of 1) sorted by relevance
52 void preVisit(ScopedHTType &ScopedHT);96 ScopedHTType ScopedHT; member in __anon91b62ff20111::OptimizePICCall167 void MBBInfo::preVisit(ScopedHTType &ScopedHT) { in preVisit() argument168 HTScope = new ScopedHTType::ScopeTy(ScopedHT); in preVisit()198 MBBI.preVisit(ScopedHT); in runOnMachineFunction()284 return ScopedHT.lookup(Entry).first; in getCount()288 unsigned Reg = ScopedHT.lookup(Entry).second; in getReg()294 CntRegP P = ScopedHT.lookup(Entry); in incCntAndSetReg()295 ScopedHT.insert(Entry, std::make_pair(P.first + 1, Reg)); in incCntAndSetReg()