HomeSort by relevance Sort by last modified time
    Searched refs:getVNInfoAllocator (Results 1 - 10 of 10) sorted by null

  /external/llvm/lib/CodeGen/
Spiller.cpp 143 newLI->getNextValue(loadIndex, lis->getVNInfoAllocator());
156 newLI->getNextValue(beginIndex, lis->getVNInfoAllocator());
InlineSpiller.cpp     [all...]
LiveIntervalAnalysis.cpp 168 LRCalc->reset(MF, getSlotIndexes(), DomTree, &getVNInfoAllocator());
224 LRCalc->reset(MF, getSlotIndexes(), DomTree, &getVNInfoAllocator());
288 VNInfo *VNI = Intv->createDeadDef(Begin, getVNInfoAllocator());
437 LRCalc->reset(MF, getSlotIndexes(), DomTree, &getVNInfoAllocator());
634 getVNInfoAllocator());
    [all...]
PHIElimination.cpp 316 LIS->getVNInfoAllocator());
333 LIS->getVNInfoAllocator());
StrongPHIElimination.cpp 353 NewVNI = NewLI.createValueCopy(DestLR->valno, LI->getVNInfoAllocator());
779 LI->getVNInfoAllocator());
813 NewVN = NewLI.createValueCopy(OldVN, LI->getVNInfoAllocator());
SplitKit.cpp 349 &LIS.getVNInfoAllocator());
352 &LIS.getVNInfoAllocator());
381 VNInfo *VNI = LI->getNextValue(Idx, LIS.getVNInfoAllocator());
    [all...]
RegisterCoalescer.cpp 824 LI->createDeadDef(NewMIIdx.getRegSlot(), LIS->getVNInfoAllocator());
    [all...]
TwoAddressInstructionPass.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
LiveStackAnalysis.h 86 VNInfo::Allocator& getVNInfoAllocator() { return VNInfoAllocator; }
LiveIntervalAnalysis.h 241 VNInfo::Allocator& getVNInfoAllocator() { return VNInfoAllocator; }

Completed in 126 milliseconds