Searched refs:getVNInfoAllocator (Results 1 - 8 of 8) sorted by relevance

/external/llvm/lib/CodeGen/
H A DSpiller.cpp143 newLI->getNextValue(loadIndex, lis->getVNInfoAllocator());
156 newLI->getNextValue(beginIndex, lis->getVNInfoAllocator());
H A DInlineSpiller.cpp903 VNInfo *DefVNI = NewLI.getNextValue(DefIdx, LIS.getVNInfoAllocator());
1089 VNInfo *LoadVNI = NewLI.getNextValue(LoadIdx, LIS.getVNInfoAllocator());
1103 VNInfo *StoreVNI = NewLI.getNextValue(Idx, LIS.getVNInfoAllocator());
1214 VNInfo *VNI = NewLI.getNextValue(Idx, LIS.getVNInfoAllocator());
1229 StackInt->getNextValue(SlotIndex(), LSS.getVNInfoAllocator());
H A DStrongPHIElimination.cpp353 NewVNI = NewLI.createValueCopy(DestLR->valno, LI->getVNInfoAllocator());
779 LI->getVNInfoAllocator());
813 NewVN = NewLI.createValueCopy(OldVN, LI->getVNInfoAllocator());
H A DLiveIntervalAnalysis.cpp468 LRCalc->reset(MF, getSlotIndexes(), DomTree, &getVNInfoAllocator());
524 LRCalc->reset(MF, getSlotIndexes(), DomTree, &getVNInfoAllocator());
588 VNInfo *VNI = Intv->createDeadDef(Begin, getVNInfoAllocator());
867 getVNInfoAllocator());
H A DSplitKit.cpp349 &LIS.getVNInfoAllocator());
352 &LIS.getVNInfoAllocator());
381 VNInfo *VNI = LI->getNextValue(Idx, LIS.getVNInfoAllocator());
H A DRegisterCoalescer.cpp779 LI->createDeadDef(NewMIIdx.getRegSlot(), LIS->getVNInfoAllocator());
/external/llvm/include/llvm/CodeGen/
H A DLiveStackAnalysis.h86 VNInfo::Allocator& getVNInfoAllocator() { return VNInfoAllocator; } function in class:llvm::LiveStacks
H A DLiveIntervalAnalysis.h233 VNInfo::Allocator& getVNInfoAllocator() { return VNInfoAllocator; } function in class:llvm::LiveIntervals

Completed in 113 milliseconds