HomeSort by: relevance | last modified time | path
    Searched defs:NodeSet (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
ImmutableGraph.h 110 // FIXME: Could NodeSet and EdgeSet be templated to share code?
111 class NodeSet {
116 NodeSet(const ImmutableGraph &G, bool ContainsAll = false)
139 NodeSet &operator|=(const NodeSet &RHS) {
145 NodeSet &operator&=(const NodeSet &RHS) {
151 NodeSet &operator^=(const NodeSet &RHS) {
164 const NodeSet &Set
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachinePipeliner.h 53 class NodeSet;
138 using NodeSetType = SmallVector<NodeSet, 8>;
292 void addConnectedNodes(SUnit *SU, NodeSet &NewSet,
309 /// A NodeSet contains a set of SUnit DAG nodes with additional information
311 class NodeSet {
324 NodeSet() = default;
325 NodeSet(iterator S, iterator E) : Nodes(S, E), HasRecurrence(true) {
371 int compareRecMII(NodeSet &RHS) { return RecMII - RHS.RecMII; }
403 bool operator>(const NodeSet &RHS) const {
414 bool operator==(const NodeSet &RHS) const
    [all...]

Completed in 18 milliseconds