Home
last modified time | relevance | path

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

123

/freebsd-src/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-src/contrib/llvm-project/llvm/lib/Support/
H A DBalancedPartitioning.cpp112 void BalancedPartitioning::bisect(const FunctionNodeRange Nodes, in bisect() argument
165 runIterations(const FunctionNodeRange Nodes,unsigned RecDepth,unsigned LeftBucket,unsigned RightBucket,std::mt19937 & RNG) const runIterations() argument
208 runIteration(const FunctionNodeRange Nodes,unsigned LeftBucket,unsigned RightBucket,SignaturesT & Signatures,std::mt19937 & RNG) const runIteration() argument
301 split(const FunctionNodeRange Nodes,unsigned StartBucket) const split() argument
[all...]
H A DIntervalMap.cpp120 IdxPair distribute(unsigned Nodes, unsigned Elements, unsigned Capacity, in distribute()
/freebsd-src/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) { tryEachMatch() local
619 for (const auto &Nodes : Matches) { findFunctionArgMutation() local
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DRewriteRule.cpp213 ast_matchers::BoundNodes Nodes; member in __anonb2d314f30611::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-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInterval.h
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() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchFinder.h81 const BoundNodes Nodes; member
297 SmallVector<BoundNodes, 1> Nodes; variable
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DIntervalPartition.h93 std::vector<const CFGBlock *> Nodes; member
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DParentMapContext.h95 ArrayRef<DynTypedNode> Nodes; member
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DCGProfile.cpp32 std::vector<Metadata *> Nodes; addModuleFlags() local
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DScopedNoAliasAA.cpp110 SmallPtrSetImpl<const MDNode *> &Nodes) { in collectMDInDomain()
H A DLazyCallGraph.cpp375 SmallVector<Node *> Nodes; verify() local
1888 buildSCCs(RefSCC & RC,node_stack_range Nodes) buildSCCs() argument
1909 __anon72c777031f02(node_stack_range Nodes) buildSCCs() argument
1943 __anon72c777032302(node_stack_range Nodes) buildRefSCCs() argument
[all...]
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-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DRDFDeadCode.cpp180 bool DeadCodeElimination::erase(const SetVector<NodeId> &Nodes) { in erase()
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp108 SmallDenseSet<RegionNode *> *Nodes; member in __anonabeaf6490111::SubGraphTraits::WrappedSuccIterator
111 WrappedSuccIterator(BaseSuccIterator It, SmallDenseSet<RegionNode *> *Nodes) in WrappedSuccIterator() argument
385 SmallDenseSet<RegionNode *> Nodes; in INITIALIZE_PASS_DEPENDENCY() local
[all...]
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/ProfileData/
H A DItaniumManglingCanonicalizer.cpp87 llvm::FoldingSet<NodeHeader> Nodes; member in __anon5ad016220111::FoldingNodeAllocator
/freebsd-src/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingValue.c313 ValueProfNode **Nodes = (ValueProfNode **)Data->Values; in initializeValueProfRuntimeRecord() local
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/
H A DJSONCompilationDatabase.cpp299 nodeToCommandLine(JSONCommandLineSyntax Syntax,const std::vector<llvm::yaml::ScalarNode * > & Nodes) nodeToCommandLine() argument

123