Home
last modified time | relevance | path

Searched defs:NodeSet (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h61 class NodeSet; variable
495 NodeSet(iterator S, iterator E, const SwingSchedulerDAG *DAG) in NodeSet() function
H A DRegAllocPBQP.h495 using NodeSet = std::set<NodeId>; variable
H A DRDFGraph.h551 using NodeSet = std::set<NodeId>; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DImmutableGraph.h303 using NodeSet = typename GraphT::NodeSet; variable
H A DX86LoadValueInjectionLoadHardening.cpp153 using NodeSet = MachineGadgetGraph::NodeSet; typedef in __anond4b80a110111::X86LoadValueInjectionLoadHardeningPass
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp66 using NodeSet = std::set<GepNode *>; typedef
H A DHexagonISelDAGToDAGHVX.cpp132 using NodeSet = std::set<Node>; typedef
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp1576 DenseSet<ContextNode<DerivedCCG, FuncTy, CallTy> *> NodeSet; in checkNode() local