Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMipsOptimizePICCall.cpp70 void preVisit(ScopedHTType &ScopedHT);
114 ScopedHTType ScopedHT; member in __anon44bf55470111::OptimizePICCall
187 void MBBInfo::preVisit(ScopedHTType &ScopedHT) { in preVisit() argument
188 HTScope = new ScopedHTType::ScopeTy(ScopedHT); in preVisit()
218 MBBI.preVisit(ScopedHT); in runOnMachineFunction()
304 return ScopedHT.lookup(Entry).first; in getCount()
308 unsigned Reg = ScopedHT.lookup(Entry).second; in getReg()
314 CntRegP P = ScopedHT.lookup(Entry); in incCntAndSetReg()
315 ScopedHT.insert(Entry, std::make_pair(P.first + 1, Reg)); in incCntAndSetReg()