Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsOptimizePICCall.cpp60 using ScopedHTType = ScopedHashTable<ValueType, CntRegP, typedef
69 void preVisit(ScopedHTType &ScopedHT);
74 ScopedHTType::ScopeTy *HTScope;
113 ScopedHTType ScopedHT;
186 void MBBInfo::preVisit(ScopedHTType &ScopedHT) { in preVisit()
187 HTScope = new ScopedHTType::ScopeTy(ScopedHT); in preVisit()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCSE.cpp90 using ScopedHTType = typedef in __anon86c74d640111::MachineCSEImpl
93 using ScopeType = ScopedHTType::ScopeTy;
100 ScopedHTType VNT;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp647 using ScopedHTType = typedef in __anon2439b80b0411::EarlyCSE
657 ScopedHTType AvailableValues;
741 NodeScope(ScopedHTType &AvailableValues, LoadHTType &AvailableLoads, in NodeScope()
751 ScopedHTType::ScopeTy Scope;
764 StackNode(ScopedHTType &AvailableValues, LoadHTType &AvailableLoads, in StackNode()