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