Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsOptimizePICCall.cpp61 using ScopedHTType = ScopedHashTable<ValueType, CntRegP, typedef
70 void preVisit(ScopedHTType &ScopedHT);
75 ScopedHTType::ScopeTy *HTScope;
114 ScopedHTType ScopedHT;
187 void MBBInfo::preVisit(ScopedHTType &ScopedHT) { in preVisit()
188 HTScope = new ScopedHTType::ScopeTy(ScopedHT); in preVisit()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineCSE.cpp112 using ScopedHTType = typedef in __anonf9702e3b0111::MachineCSE
115 using ScopeType = ScopedHTType::ScopeTy;
122 ScopedHTType VNT;
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp550 using ScopedHTType = typedef in __anon76457fe20311::EarlyCSE
560 ScopedHTType AvailableValues;
636 NodeScope(ScopedHTType &AvailableValues, LoadHTType &AvailableLoads, in NodeScope()
644 ScopedHTType::ScopeTy Scope;
656 StackNode(ScopedHTType &AvailableValues, LoadHTType &AvailableLoads, in StackNode()