HomeSort by: relevance | last modified time | path
    Searched defs:VNInfoAllocator (Results 1 - 3 of 3) 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; }
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
StackColoring.cpp 450 VNInfo::Allocator VNInfoAllocator;
1218 VNInfoAllocator.Reset();
1256 LI->getNextValue(Indexes->getZeroIndex(), VNInfoAllocator);

Completed in 19 milliseconds