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

  /external/llvm/include/llvm/CodeGen/
LiveStackAnalysis.h 86 VNInfo::Allocator& getVNInfoAllocator() { return VNInfoAllocator; }
LiveIntervalAnalysis.h 267 VNInfo::Allocator& getVNInfoAllocator() { return VNInfoAllocator; }
  /external/llvm/lib/CodeGen/
LiveIntervalAnalysis.cpp 186 LRCalc->reset(MF, getSlotIndexes(), DomTree, &getVNInfoAllocator());
239 LRCalc->reset(MF, getSlotIndexes(), DomTree, &getVNInfoAllocator());
299 VNInfo *VNI = LR->createDeadDef(Begin, getVNInfoAllocator());
460 LRCalc->reset(MF, getSlotIndexes(), DomTree, &getVNInfoAllocator());
649 getVNInfoAllocator());
    [all...]
PHIElimination.cpp 320 LIS->getVNInfoAllocator());
337 LIS->getVNInfoAllocator());
SplitKit.cpp 350 &LIS.getVNInfoAllocator());
353 &LIS.getVNInfoAllocator());
382 VNInfo *VNI = LI->getNextValue(Idx, LIS.getVNInfoAllocator());
    [all...]
RegisterCoalescer.cpp     [all...]
InlineSpiller.cpp     [all...]
TwoAddressInstructionPass.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp     [all...]

Completed in 307 milliseconds