Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsOptimizePICCall.cpp70 void preVisit(ScopedHTType &ScopedHT);
114 ScopedHTType ScopedHT; member in __anon369237870111::OptimizePICCall
187 void MBBInfo::preVisit(ScopedHTType &ScopedHT) { in preVisit() argument
188 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()