Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsOptimizePICCall.cpp52 void preVisit(ScopedHTType &ScopedHT);
96 ScopedHTType ScopedHT; member in __anon0458495d0111::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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsOptimizePICCall.cpp71 void preVisit(ScopedHTType &ScopedHT);
115 ScopedHTType ScopedHT; member in __anon8f14b1f50111::OptimizePICCall
189 void MBBInfo::preVisit(ScopedHTType &ScopedHT) { in preVisit() argument
190 HTScope = new ScopedHTType::ScopeTy(ScopedHT); in preVisit()
220 MBBI.preVisit(ScopedHT); in runOnMachineFunction()
306 return ScopedHT.lookup(Entry).first; in getCount()
310 unsigned Reg = ScopedHT.lookup(Entry).second; in getReg()
316 CntRegP P = ScopedHT.lookup(Entry); in incCntAndSetReg()
317 ScopedHT.insert(Entry, std::make_pair(P.first + 1, Reg)); in incCntAndSetReg()