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

  /external/llvm/include/llvm/CodeGen/
LiveStackAnalysis.h 32 VNInfo::Allocator VNInfoAllocator;
86 VNInfo::Allocator& getVNInfoAllocator() { return VNInfoAllocator; }
LiveInterval.h 230 VNInfo *getNextValue(SlotIndex def, VNInfo::Allocator &VNInfoAllocator) {
232 new (VNInfoAllocator) VNInfo((unsigned)valnos.size(), def);
240 VNInfo *createDeadDef(SlotIndex Def, VNInfo::Allocator &VNInfoAllocator);
245 VNInfo::Allocator &VNInfoAllocator) {
247 new (VNInfoAllocator) VNInfo((unsigned)valnos.size(), *orig);
LiveIntervalAnalysis.h 62 VNInfo::Allocator VNInfoAllocator;
241 VNInfo::Allocator& getVNInfoAllocator() { return VNInfoAllocator; }
  /external/llvm/lib/CodeGen/
LiveStackAnalysis.cpp 45 VNInfoAllocator.Reset();
StackColoring.cpp 116 VNInfo::Allocator VNInfoAllocator;
671 VNInfoAllocator.Reset();
707 LI->getNextValue(Indexes->getZeroIndex(), VNInfoAllocator);
LiveInterval.cpp 53 VNInfo::Allocator &VNInfoAllocator) {
57 VNInfo *VNI = getNextValue(Def, VNInfoAllocator);
75 VNInfo *VNI = getNextValue(Def, VNInfoAllocator);
LiveIntervalAnalysis.cpp 94 VNInfoAllocator.Reset();
    [all...]

Completed in 195 milliseconds