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

/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DLocalStackSlotAllocation.cpp50 class FrameRef { class in namespace:__anon2472
55 FrameRef(MachineBasicBlock::iterator I, int64_t Offset, int Idx) : function in class:__anon2472::FrameRef
57 bool operator<(const FrameRef &RHS) const {
286 SmallVector<FrameRef, 64> FrameReferenceInsns;
318 push_back(FrameRef(MI, LocalOffset, Idx));
335 FrameRef &FR = FrameReferenceInsns[ref];
383 // the next FrameRef will be able to reuse this new register. If not,

Completed in 97 milliseconds