Home
last modified time | relevance | path

Searched defs:enqueueImpl (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocBasic.cpp89 void enqueueImpl(const LiveInterval *LI) override { Queue.push(LI); } in enqueueImpl() function in __anon3265e3310211::RABasic
H A DRegAllocGreedy.cpp284 void RAGreedy::enqueueImpl(const LiveInterval *LI) { enqueue(Queue, LI); } enqueueImpl() function in RAGreedy