Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsOptimizePICCall.cpp52 void preVisit(ScopedHTType &ScopedHT);
96 ScopedHTType ScopedHT; member in __anon7d5b51510111::OptimizePICCall
167 void MBBInfo::preVisit(ScopedHTType &ScopedHT) { in preVisit() argument
168 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()