Home
last modified time | relevance | path

Searched refs:ScopedHT (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsOptimizePICCall.cpp69 void preVisit(ScopedHTType &ScopedHT);
113 ScopedHTType ScopedHT; member in __anon4ff13b450111::OptimizePICCall
186 void MBBInfo::preVisit(ScopedHTType &ScopedHT) { in preVisit() argument
187 HTScope = new ScopedHTType::ScopeTy(ScopedHT); in preVisit()
218 MBBI.preVisit(ScopedHT); in runOnMachineFunction()
303 return ScopedHT.lookup(Entry).first; in getCount()
307 unsigned Reg = ScopedHT.lookup(Entry).second; in getReg()
313 CntRegP P = ScopedHT.lookup(Entry); in incCntAndSetReg()
314 ScopedHT.insert(Entry, std::make_pair(P.first + 1, Reg)); in incCntAndSetReg()