Home
last modified time | relevance | path

Searched refs:enqueueImpl (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRegAllocBase.h99 virtual void enqueueImpl(const LiveInterval *LI) = 0;
H A DRegAllocBase.cpp187 enqueueImpl(LI); in enqueue()
H A DRegAllocBasic.cpp89 void enqueueImpl(const LiveInterval *LI) override { Queue.push(LI); } in enqueueImpl() function in __anon9cafb3960211::RABasic
H A DRegAllocGreedy.h295 void enqueueImpl(const LiveInterval *LI) override;
H A DRegAllocGreedy.cpp279 void RAGreedy::enqueueImpl(const LiveInterval *LI) { enqueue(Queue, LI); } in enqueueImpl() function in RAGreedy