Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsOptimizePICCall.cpp62 using ScopedHTType = ScopedHashTable<ValueType, CntRegP, typedef
71 void preVisit(ScopedHTType &ScopedHT);
76 ScopedHTType::ScopeTy *HTScope;
115 ScopedHTType ScopedHT;
189 void MBBInfo::preVisit(ScopedHTType &ScopedHT) { in preVisit()
190 HTScope = new ScopedHTType::ScopeTy(ScopedHT); in preVisit()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineCSE.cpp94 using ScopedHTType = typedef in __anonc4cf34c90111::MachineCSE
97 using ScopeType = ScopedHTType::ScopeTy;
101 ScopedHTType VNT;
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp342 using ScopedHTType = typedef in __anonb85134700311::EarlyCSE
352 ScopedHTType AvailableValues;
427 NodeScope(ScopedHTType &AvailableValues, LoadHTType &AvailableLoads, in NodeScope()
435 ScopedHTType::ScopeTy Scope;
447 StackNode(ScopedHTType &AvailableValues, LoadHTType &AvailableLoads, in StackNode()