Home
last modified time | relevance | path

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

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