Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp112 typedef std::priority_queue<std::pair<unsigned, unsigned> > PQueue; typedef in __anon2b12bff50111::RAGreedy
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegAllocGreedy.cpp154 using PQueue = std::priority_queue<std::pair<unsigned, unsigned>>; typedef in __anon79b84c170111::RAGreedy