Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Tooling/ASTDiff/
H A DASTDiffInternal.h21 struct NodeId { struct
28 NodeId() : Id(InvalidNodeId) {} in NodeId() function
29 NodeId(int Id) : Id(Id) {} in NodeId() function
37 bool isValid() const { return Id != InvalidNodeId; } in isValid() argument
38 bool isInvalid() const { return Id == InvalidNodeId; } in isInvalid() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/PBQP/
H A DReductionRules.h31 using NodeId = typename GraphT::NodeId; in applyR1() local
75 using NodeId = typename GraphT::NodeId; in applyR2() local
181 using NodeId = GraphBase::NodeId; in backpropagate() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegAllocPBQP.h281 using NodeId = GraphBase::NodeId; variable
431 using NodeId = GraphBase::NodeId; in reduce() local
H A DRDFGraph.h262 using NodeId = uint32_t; variable
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DModuleSummaryIndex.cpp570 auto NodeId = [](uint64_t ModId, GlobalValue::GUID Id) { in exportToDot() local
/freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DRewriteRule.cpp344 EditGenerator transformer::rewriteDescendants(std::string NodeId, in rewriteDescendants()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.cpp404 int NodeId = User->getNodeId(); in run() local
/freebsd/sys/contrib/dev/acpica/include/
H A Dactbl2.h1877 UINT16 NodeId; member