Searched defs:VNInfoAllocator (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DLiveStackAnalysis.h32 VNInfo::Allocator VNInfoAllocator; member in class:llvm::LiveStacks
86 VNInfo::Allocator& getVNInfoAllocator() { return VNInfoAllocator; }
H A DLiveIntervalAnalysis.h62 VNInfo::Allocator VNInfoAllocator; member in class:llvm::LiveIntervals
241 VNInfo::Allocator& getVNInfoAllocator() { return VNInfoAllocator; }
/external/llvm/lib/CodeGen/
H A DLiveInterval.cpp53 VNInfo::Allocator &VNInfoAllocator) {
57 VNInfo *VNI = getNextValue(Def, VNInfoAllocator);
75 VNInfo *VNI = getNextValue(Def, VNInfoAllocator);
52 createDeadDef(SlotIndex Def, VNInfo::Allocator &VNInfoAllocator) argument
H A DStackColoring.cpp117 VNInfo::Allocator VNInfoAllocator; member in class:__anon22157::StackColoring
673 VNInfoAllocator.Reset();
709 LI->getNextValue(Indexes->getZeroIndex(), VNInfoAllocator);

Completed in 124 milliseconds