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

/freebsd-12-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
284 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-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveStacks.cpp44 VNInfoAllocator.Reset();
H A DStackColoring.cpp420 VNInfo::Allocator VNInfoAllocator; member in class:__anon4662::StackColoring
1169 VNInfoAllocator.Reset();
1207 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.cpp122 VNInfoAllocator.Reset();
1559 VNInfo *VNI = LR.getNextValue(instrIdx.getRegSlot(), VNInfoAllocator);
1564 VNInfo *VNI = LR.getNextValue(instrIdx.getRegSlot(), VNInfoAllocator);

Completed in 129 milliseconds