Home
last modified time | relevance | path

Searched defs:Nodes (Results 1 – 25 of 58) sorted by relevance

123

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DOSObjectCStyleCast.cpp40 return Builder->removeBindings([this, &Node](const BoundNodesMap &Nodes) { in AST_MATCHER_P()
51 static void emitDiagnostics(const BoundNodes &Nodes, in emitDiagnostics()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DBalancedPartitioning.cpp112 void BalancedPartitioning::bisect(const FunctionNodeRange Nodes, in bisect()
165 void BalancedPartitioning::runIterations(const FunctionNodeRange Nodes, in runIterations()
208 unsigned BalancedPartitioning::runIteration(const FunctionNodeRange Nodes, in runIteration()
301 void BalancedPartitioning::split(const FunctionNodeRange Nodes, in split()
H A DIntervalMap.cpp120 IdxPair distribute(unsigned Nodes, unsigned Elements, unsigned Capacity, in distribute()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DRewriteRule.cpp213 ast_matchers::BoundNodes Nodes; member in __anonefb0af210611::BindingsMatcher
217 explicit BindingsMatcher(ast_matchers::BoundNodes Nodes, in BindingsMatcher()
260 forEachDescendantDynamically(ast_matchers::BoundNodes Nodes, in forEachDescendantDynamically()
273 void registerMatchers(const ast_matchers::BoundNodes &Nodes, in registerMatchers()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchFinder.h81 const BoundNodes Nodes; member
297 SmallVector<BoundNodes, 1> Nodes; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCallGraphSCCPass.h90 std::vector<CallGraphNode *> Nodes; variable
H A DLazyCallGraph.h424 SmallVector<Node *, 1> Nodes; variable
427 SCC(RefSCC &OuterRefSCC, NodeRangeT &&Nodes) in SCC()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DParentMapContext.h95 ArrayRef<DynTypedNode> Nodes; member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DCGProfile.cpp33 std::vector<Metadata *> Nodes; in addModuleFlags() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScopedNoAliasAA.cpp111 collectMDInDomain(const MDNode * List,const MDNode * Domain,SmallPtrSetImpl<const MDNode * > & Nodes) collectMDInDomain() argument
H A DLazyCallGraph.cpp383 SmallVector<Node *> Nodes; in verify() local
1899 void LazyCallGraph::buildSCCs(RefSCC &RC, node_stack_range Nodes) { in buildSCCs()
1920 [this, &RC](node_stack_range Nodes) { in buildSCCs()
1954 [this](node_stack_range Nodes) { in buildRefSCCs()
H A DDDG.cpp89 auto &Nodes = cast<const PiBlockDDGNode>(&N)->getNodes(); in operator <<() local
H A DCallGraph.cpp119 SmallVector<CallGraphNode *, 16> Nodes; in print() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DRDFDeadCode.cpp180 bool DeadCodeElimination::erase(const SetVector<NodeId> &Nodes) { in erase()
H A DHexagonCommonGEP.cpp151 NodeVect Nodes; member in __anon9d81f58e0111::HexagonCommonGEP
431 static void invert_find_roots(const NodeVect &Nodes, NodeChildrenMap &NCM, in invert_find_roots()
444 NodeSet &Nodes) { in nodes_for_root()
H A DHexagonConstExtenders.cpp147 SmallVector<Node*,8> Nodes; in nodesWith() local
153 SmallVector<Node*,8> Nodes; in ~RangeTree() local
1340 SmallVector<RangeTree::Node*,8> Nodes; in assignInits() local
1344 uint8_t Align, uint8_t Offset) { in assignInits()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp108 SmallDenseSet<RegionNode *> *Nodes; member in __anone8c890770111::SubGraphTraits::WrappedSuccIterator
111 WrappedSuccIterator(BaseSuccIterator It, SmallDenseSet<RegionNode *> *Nodes) in WrappedSuccIterator()
385 SmallDenseSet<RegionNode *> Nodes; in INITIALIZE_PASS_DEPENDENCY() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSCCIterator.h297 NodesType Nodes; variable
H A DIntervalMap.h340 void adjustSiblingSizes(NodeT *Node[], unsigned Nodes, in adjustSiblingSizes() argument
1218 const unsigned Nodes = RootLeaf::Capacity / Leaf::Capacity + 1; branchRoot() local
1259 const unsigned Nodes = RootBranch::Capacity / Branch::Capacity + 1; splitRoot() local
2022 unsigned Nodes = 0; overflow() local
[all...]
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp194 for (const auto &Nodes : Matches) { in tryEachMatch() local
635 for (const auto &Nodes : Matches) { in findFunctionArgMutation() local
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DItaniumManglingCanonicalizer.cpp87 llvm::FoldingSet<NodeHeader> Nodes; member in __anonef03fe500111::FoldingNodeAllocator
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingValue.c308 ValueProfNode **Nodes = (ValueProfNode **)Data->Values; initializeValueProfRuntimeRecord() local
/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DJSONCompilationDatabase.cpp298 const std::vector<llvm::yaml::ScalarNode *> &Nodes) { in nodeToCommandLine()
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DBottleneckAnalysis.h233 SmallVector<DGNode, 16> Nodes; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAG.cpp608 std::vector<int> Nodes; in GetSubGraph() local

123