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 264 VNInfo *getNextValue(SlotIndex def, VNInfo::Allocator &VNInfoAllocator) {
266 new (VNInfoAllocator) VNInfo((unsigned)valnos.size(), def);
274 VNInfo *createDeadDef(SlotIndex Def, VNInfo::Allocator &VNInfoAllocator);
279 VNInfo::Allocator &VNInfoAllocator) {
281 new (VNInfoAllocator) VNInfo((unsigned)valnos.size(), *orig);
LiveIntervalAnalysis.h 63 VNInfo::Allocator VNInfoAllocator;
267 VNInfo::Allocator& getVNInfoAllocator() { return VNInfoAllocator; }
  /external/llvm/lib/CodeGen/
LiveStackAnalysis.cpp 46 VNInfoAllocator.Reset();
StackColoring.cpp 119 VNInfo::Allocator VNInfoAllocator;
652 VNInfoAllocator.Reset();
687 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 105 VNInfoAllocator.Reset();
    [all...]

Completed in 516 milliseconds