Home
last modified time | relevance | path

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

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