Searched defs:enqueueImpl (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/lib/CodeGen/ | ||
H A D | RegAllocBasic.cpp | 89 void enqueueImpl(const LiveInterval *LI) override { Queue.push(LI); } enqueueImpl() function in __anon79bb44320211::RABasic |
H A D | RegAllocGreedy.cpp | 284 void RAGreedy::enqueueImpl(const LiveInterval *LI) { enqueue(Queue, LI); } enqueueImpl() function in RAGreedy |