HomeSort by relevance Sort by last modified time
    Searched refs:ScopedHTType (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/Mips/
MipsOptimizePICCall.cpp 45 AllocatorTy> ScopedHTType;
52 void preVisit(ScopedHTType &ScopedHT);
57 ScopedHTType::ScopeTy *HTScope;
96 ScopedHTType ScopedHT;
167 void MBBInfo::preVisit(ScopedHTType &ScopedHT) {
168 HTScope = new ScopedHTType::ScopeTy(ScopedHT);
  /external/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp 274 AllocatorTy> ScopedHTType;
282 ScopedHTType AvailableValues;
340 NodeScope(ScopedHTType &AvailableValues, LoadHTType &AvailableLoads,
349 ScopedHTType::ScopeTy Scope;
360 StackNode(ScopedHTType &AvailableValues, LoadHTType &AvailableLoads,
    [all...]
  /external/llvm/lib/CodeGen/
MachineCSE.cpp 76 MachineInstrExpressionTrait, AllocatorTy> ScopedHTType;
77 typedef ScopedHTType::ScopeTy ScopeType;
79 ScopedHTType VNT;

Completed in 154 milliseconds