Home
last modified time | relevance | path

Searched defs:Nodes (Results 1 – 25 of 63) 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()
H A DGCDAntipatternChecker.cpp179 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/Analysis/
H A DIntervalPartition.cpp28 std::vector<const Node *> Nodes; member
128 std::vector<const CFGBlock *> Nodes; in fillIntervalNode() local
H A DExprMutationAnalyzer.cpp193 for (const auto &Nodes : Matches) { in tryEachMatch() local
619 for (const auto &Nodes : Matches) { in findFunctionArgMutation() local
/freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DRewriteRule.cpp213 ast_matchers::BoundNodes Nodes; member in __anon18ef03e90611::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/llvm/include/llvm/Analysis/
H A DInterval.h54 std::vector<BasicBlock*> Nodes; variable
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/ASTMatchers/
H A DASTMatchFinder.h81 const BoundNodes Nodes; member
297 SmallVector<BoundNodes, 1> Nodes; variable
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DIntervalPartition.h93 std::vector<const CFGBlock *> Nodes; member
/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.cpp32 std::vector<Metadata *> Nodes; in addModuleFlags() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScopedNoAliasAA.cpp110 SmallPtrSetImpl<const MDNode *> &Nodes) { in collectMDInDomain()
H A DLazyCallGraph.cpp375 SmallVector<Node *> Nodes; in verify() local
1888 void LazyCallGraph::buildSCCs(RefSCC &RC, node_stack_range Nodes) { in buildSCCs()
1909 [this, &RC](node_stack_range Nodes) { in buildSCCs()
1943 [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()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp108 SmallDenseSet<RegionNode *> *Nodes; member in __anon1206e53f0111::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()
1218 const unsigned Nodes = RootLeaf::Capacity / Leaf::Capacity + 1; in branchRoot() local
1259 const unsigned Nodes = RootBranch::Capacity / Branch::Capacity + 1; in splitRoot() local
2022 unsigned Nodes = 0; in overflow() local
/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DJSONCompilationDatabase.cpp299 const std::vector<llvm::yaml::ScalarNode *> &Nodes) { in nodeToCommandLine()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DItaniumManglingCanonicalizer.cpp87 llvm::FoldingSet<NodeHeader> Nodes; member in __anon4c8e9b180111::FoldingNodeAllocator
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingValue.c313 ValueProfNode **Nodes = (ValueProfNode **)Data->Values; in initializeValueProfRuntimeRecord() local

123