Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsOptimizePICCall.cpp45 AllocatorTy> ScopedHTType; typedef
52 void preVisit(ScopedHTType &ScopedHT);
57 ScopedHTType::ScopeTy *HTScope;
96 ScopedHTType ScopedHT;
167 void MBBInfo::preVisit(ScopedHTType &ScopedHT) { in preVisit()
168 HTScope = new ScopedHTType::ScopeTy(ScopedHT); in preVisit()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
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()
/external/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp257 AllocatorTy> ScopedHTType; typedef in __anon3c8d93f80311::EarlyCSE
265 ScopedHTType AvailableValues;
326 NodeScope(ScopedHTType &AvailableValues, LoadHTType &AvailableLoads, in NodeScope()
335 ScopedHTType::ScopeTy Scope;
346 StackNode(ScopedHTType &AvailableValues, LoadHTType &AvailableLoads, in StackNode()
/external/llvm/lib/CodeGen/
DMachineCSE.cpp76 MachineInstrExpressionTrait, AllocatorTy> ScopedHTType; typedef in __anon73888c510111::MachineCSE
77 typedef ScopedHTType::ScopeTy ScopeType;
79 ScopedHTType VNT;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineCSE.cpp94 using ScopedHTType = typedef in __anonc7bf1de90111::MachineCSE
97 using ScopeType = ScopedHTType::ScopeTy;
101 ScopedHTType VNT;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp340 using ScopedHTType = typedef in __anon0ca83d900311::EarlyCSE
350 ScopedHTType AvailableValues;
425 NodeScope(ScopedHTType &AvailableValues, LoadHTType &AvailableLoads, in NodeScope()
433 ScopedHTType::ScopeTy Scope;
445 StackNode(ScopedHTType &AvailableValues, LoadHTType &AvailableLoads, in StackNode()