HomeSort by relevance Sort by last modified time
    Searched refs:PQ (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/CodeGen/
LatencyPriorityQueue.h 26 LatencyPriorityQueue *PQ;
27 explicit latency_sort(LatencyPriorityQueue *pq) : PQ(pq) {}
  /external/llvm/lib/CodeGen/
LatencyPriorityQueue.cpp 35 unsigned LHSLatency = PQ->getLatency(LHSNum);
36 unsigned RHSLatency = PQ->getLatency(RHSNum);
42 unsigned LHSBlocked = PQ->getNumSolelyBlockNodes(LHSNum);
43 unsigned RHSBlocked = PQ->getNumSolelyBlockNodes(RHSNum);
  /external/llvm/lib/Transforms/Utils/
PromoteMemoryToRegister.cpp 758 IDFPriorityQueue PQ;
763 PQ.push(std::make_pair(Node, DomLevels[Node]));
769 while (!PQ.empty()) {
770 DomTreeNodePair RootPair = PQ.top();
771 PQ.pop();
809 PQ.push(std::make_pair(SuccNode, SuccLevel));
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGRRList.cpp     [all...]
  /external/clang/lib/Sema/
SemaType.cpp 632 if (DeclSpec::ProtocolQualifierListTy PQ = DS.getProtocolQualifiers()) {
634 (ObjCProtocolDecl**)PQ,
776 else if (DeclSpec::ProtocolQualifierListTy PQ
786 (ObjCProtocolDecl**) PQ,
791 (ObjCProtocolDecl**) PQ,
797 (ObjCProtocolDecl**) PQ,
    [all...]

Completed in 528 milliseconds