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

  /external/llvm/include/llvm/CodeGen/
LiveStackAnalysis.h 32 VNInfo::Allocator VNInfoAllocator;
86 VNInfo::Allocator& getVNInfoAllocator() { return VNInfoAllocator; }
LiveIntervalAnalysis.h 62 VNInfo::Allocator VNInfoAllocator;
241 VNInfo::Allocator& getVNInfoAllocator() { return VNInfoAllocator; }
  /external/llvm/lib/CodeGen/
StackColoring.cpp 116 VNInfo::Allocator VNInfoAllocator;
671 VNInfoAllocator.Reset();
707 LI->getNextValue(Indexes->getZeroIndex(), VNInfoAllocator);

Completed in 67 milliseconds