HomeSort by: relevance | last modified time | path
    Searched refs:VNInfoAllocator (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
LiveStacks.h 36 VNInfo::Allocator VNInfoAllocator;
89 VNInfo::Allocator &getVNInfoAllocator() { return VNInfoAllocator; }
LiveIntervals.h 65 VNInfo::Allocator VNInfoAllocator;
284 VNInfo::Allocator& getVNInfoAllocator() { return VNInfoAllocator; }
LiveInterval.h 323 VNInfo *getNextValue(SlotIndex def, VNInfo::Allocator &VNInfoAllocator) {
325 new (VNInfoAllocator) VNInfo((unsigned)valnos.size(), def);
342 VNInfo::Allocator &VNInfoAllocator) {
344 new (VNInfoAllocator) VNInfo((unsigned)valnos.size(), *orig);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
LiveStacks.cpp 44 VNInfoAllocator.Reset();
StackColoring.cpp 450 VNInfo::Allocator VNInfoAllocator;
1218 VNInfoAllocator.Reset();
1256 LI->getNextValue(Indexes->getZeroIndex(), VNInfoAllocator);
LiveInterval.cpp 79 /// value will be allocated using @p VNInfoAllocator.
87 VNInfo *createDeadDef(SlotIndex Def, VNInfo::Allocator *VNInfoAllocator,
94 VNInfo *VNI = ForVNI ? ForVNI : LR->getNextValue(Def, *VNInfoAllocator);
115 VNInfo *VNI = ForVNI ? ForVNI : LR->getNextValue(Def, *VNInfoAllocator);
LiveIntervals.cpp 123 VNInfoAllocator.Reset();
1629 VNInfo *VNI = LR.getNextValue(instrIdx.getRegSlot(), VNInfoAllocator);
1634 VNInfo *VNI = LR.getNextValue(instrIdx.getRegSlot(), VNInfoAllocator);

Completed in 18 milliseconds