HomeSort by relevance Sort by last modified time
    Searched defs:AllocatorTy (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Target/Mips/
MipsOptimizePICCall.cpp 43 AllocatorTy;
45 AllocatorTy> ScopedHTType;
  /external/llvm/lib/CodeGen/
MachineCSE.cpp 74 ScopedHashTableVal<MachineInstr*, unsigned> > AllocatorTy;
76 MachineInstrExpressionTrait, AllocatorTy> ScopedHTType;
  /external/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp 272 BumpPtrAllocator, ScopedHashTableVal<SimpleValue, Value *>> AllocatorTy;
274 AllocatorTy> ScopedHTType;
    [all...]
InductiveRangeCheckElimination.cpp 183 typedef SpecificBumpPtrAllocator<InductiveRangeCheck> AllocatorTy;
198 static InductiveRangeCheck *create(AllocatorTy &Alloc, BranchInst *BI,
204 InductiveRangeCheck::AllocatorTy Allocator;
391 InductiveRangeCheck::create(InductiveRangeCheck::AllocatorTy &A, BranchInst *BI,
    [all...]

Completed in 412 milliseconds