Sorting functions for the Available queue.

Synopsis

Declared in <llvm/CodeGen/ResourcePriorityQueue.h>

struct resource_sort;

Member Functions

Name

Description

resource_sort [constructor]

Construct a sorter bound to pq.

operator()

Return true if LHS has lower scheduling priority than RHS.

Data Members

Name

Description

PQ

Owning resource priority queue used to resolve node priorities.

Created with MrDocs