Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DMemoryUnsafeCastChecker.cpp40 static void emitDiagnostics(const BoundNodes &Nodes, BugReporter &BR, in emitDiagnostics()
60 static void emitDiagnosticsUnrelated(const BoundNodes &Nodes, BugReporter &BR, in emitDiagnosticsUnrelated()
83 return Builder->removeBindings([this, &Node](const BoundNodesMap &Nodes) { in AST_MATCHER_P()
/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.cpp113 void BalancedPartitioning::bisect(const FunctionNodeRange Nodes, in bisect()
167 void BalancedPartitioning::runIterations(const FunctionNodeRange Nodes, in runIterations()
211 unsigned BalancedPartitioning::runIteration(const FunctionNodeRange Nodes, in runIteration()
304 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/llvm/lib/ProfileData/
H A DPGOCtxProfWriter.cpp195 createNode(std::vector<std::unique_ptr<char[]>> &Nodes, in createNode()
214 createNode(std::vector<std::unique_ptr<char[]>> &Nodes, in createNode()
264 std::vector<std::unique_ptr<char[]>> Nodes; in createCtxProfFromYAML() local
/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.cpp250 for (const auto &Nodes : Matches) { in tryEachMatch() local
686 for (const auto &Nodes : Matches) { in findFunctionArgMutation() local
/freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DRewriteRule.cpp212 ast_matchers::BoundNodes Nodes; member in __anonefb0af210611::BindingsMatcher
216 explicit BindingsMatcher(ast_matchers::BoundNodes Nodes, in BindingsMatcher()
259 forEachDescendantDynamically(ast_matchers::BoundNodes Nodes, in forEachDescendantDynamically()
272 void registerMatchers(const ast_matchers::BoundNodes &Nodes, in registerMatchers()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DSDNodeInfoEmitter.cpp75 static bool haveCompatibleDescriptions(ArrayRef<SDNodeInfo> Nodes) { in haveCompatibleDescriptions()
295 ArrayRef<SDNodeInfo> Nodes, unsigned NameOffset, in emitDesc()
/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/AST/
H A DParentMapContext.h95 ArrayRef<DynTypedNode> Nodes; member
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCallGraphSCCPass.h86 std::vector<CallGraphNode *> Nodes; variable
H A DLazyCallGraph.h422 SmallVector<Node *, 1> Nodes; variable
425 SCC(RefSCC &OuterRefSCC, NodeRangeT &&Nodes) in SCC()
/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.cpp110 SmallPtrSetImpl<const MDNode *> &Nodes) { in collectMDInDomain()
H A DLazyCallGraph.cpp385 SmallVector<Node *> Nodes; in verify() local
1901 void LazyCallGraph::buildSCCs(RefSCC &RC, node_stack_range Nodes) { in buildSCCs()
1922 [this, &RC](node_stack_range Nodes) { in buildSCCs()
1956 [this](node_stack_range Nodes) { in buildRefSCCs()
H A DCallGraph.cpp117 SmallVector<CallGraphNode *, 16> Nodes; in print() local
H A DDDG.cpp89 auto &Nodes = cast<const PiBlockDDGNode>(&N)->getNodes(); in operator <<() 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.cpp144 NodeVect Nodes; member in __anon9d81f58e0111::HexagonCommonGEP
424 static void invert_find_roots(const NodeVect &Nodes, NodeChildrenMap &NCM, in invert_find_roots()
437 NodeSet &Nodes) { in nodes_for_root()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/SandboxVectorizer/
H A DScheduler.h122 SchedBundle(ContainerTy &&Nodes) : Nodes(std::move(Nodes)) { in SchedBundle()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSCCIterator.h297 NodesType Nodes; variable
H A DIntervalMap.h341 void adjustSiblingSizes(NodeT *Node[], unsigned Nodes, in adjustSiblingSizes()
1219 const unsigned Nodes = RootLeaf::Capacity / Leaf::Capacity + 1; in branchRoot() local
1260 const unsigned Nodes = RootBranch::Capacity / Branch::Capacity + 1; in splitRoot() local
2023 unsigned Nodes = 0; in overflow() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/SandboxVectorizer/
H A DScheduler.cpp115 SchedBundle::ContainerTy Nodes; in createBundle() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp146 SmallDenseSet<RegionNode *> *Nodes; member in __anone8c890770111::SubGraphTraits::WrappedSuccIterator
149 WrappedSuccIterator(BaseSuccIterator It, SmallDenseSet<RegionNode *> *Nodes) in WrappedSuccIterator()
425 SmallDenseSet<RegionNode *> Nodes; in INITIALIZE_PASS_DEPENDENCY() local

123