Searched refs:VNInfoAllocator (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveStacks.h36 VNInfo::Allocator VNInfoAllocator; member in class:llvm::LiveStacks
89 VNInfo::Allocator &getVNInfoAllocator() { return VNInfoAllocator; }
H A DLiveIntervals.h65 VNInfo::Allocator VNInfoAllocator; member in class:llvm::LiveIntervals
285 VNInfo::Allocator& getVNInfoAllocator() { return VNInfoAllocator; }
H A DLiveInterval.h322 VNInfo *getNextValue(SlotIndex def, VNInfo::Allocator &VNInfoAllocator) {
324 new (VNInfoAllocator) VNInfo((unsigned)valnos.size(), def);
341 VNInfo::Allocator &VNInfoAllocator) {
343 new (VNInfoAllocator) VNInfo((unsigned)valnos.size(), *orig);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveStacks.cpp44 VNInfoAllocator.Reset();
H A DStackColoring.cpp420 VNInfo::Allocator VNInfoAllocator; member in class:__anon3590::StackColoring
1174 VNInfoAllocator.Reset();
1212 LI->getNextValue(Indexes->getZeroIndex(), VNInfoAllocator);
H A DLiveInterval.cpp79 /// value will be allocated using @p VNInfoAllocator.
87 VNInfo *createDeadDef(SlotIndex Def, VNInfo::Allocator *VNInfoAllocator, argument
94 VNInfo *VNI = ForVNI ? ForVNI : LR->getNextValue(Def, *VNInfoAllocator);
115 VNInfo *VNI = ForVNI ? ForVNI : LR->getNextValue(Def, *VNInfoAllocator);
H A DLiveIntervals.cpp120 VNInfoAllocator.Reset();
1601 VNInfo *VNI = LR.getNextValue(instrIdx.getRegSlot(), VNInfoAllocator);
1606 VNInfo *VNI = LR.getNextValue(instrIdx.getRegSlot(), VNInfoAllocator);

Completed in 65 milliseconds