Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMipsOptimizePICCall.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-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMachineCSE.cpp115 using ScopedHTType = typedef in __anon04bd52fd0111::MachineCSE
118 using ScopeType = ScopedHTType::ScopeTy;
125 ScopedHTType VNT;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDEarlyCSE.cpp653 using ScopedHTType = typedef in __anon44c446a40411::EarlyCSE
663 ScopedHTType AvailableValues;
747 NodeScope(ScopedHTType &AvailableValues, LoadHTType &AvailableLoads, in NodeScope()
757 ScopedHTType::ScopeTy Scope;
770 StackNode(ScopedHTType &AvailableValues, LoadHTType &AvailableLoads, in StackNode()