Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp50 ContextTrieNode &ChildNode = It.second; in getHottestChildContext() local
96 ContextTrieNode *ChildNode = &It.second; in moveContextSamples() local
173 ContextTrieNode *ChildNode = &It.second; in dumpTree() local
262 ContextTrieNode &ChildNode in getIndirectCalleeContextSamplesFor() local
[all...]
/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DElseAfterReturnCheck.cpp56 for (const Stmt *ChildNode : Node->children()) { in findUsage() local
73 for (const Stmt *ChildNode : Node->children()) { in findUsageRange() local
/llvm-project/llvm/lib/ProfileData/
H A DSampleProf.cpp455 auto &ChildNode = It.second; convertCSProfiles() local
/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp1721 syntax::Tree *ChildNode; in markStmtChild() local
1741 syntax::Tree *ChildNode = Mapping.find(Child); in markExprChild() local
/llvm-project/llvm/tools/llvm-profgen/
H A DProfiledBinary.cpp161 for (const auto &ChildNode : ProbeNode.getChildren()) { trackInlineesOptimizedAway() local
H A DProfileGenerator.cpp1080 ContextTrieNode &ChildNode = It.second; in convertToProfileMap() local
/llvm-project/clang/lib/AST/
H A DASTDiagnostic.cpp612 unsigned ChildNode = 0; global() member
/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp411 std::unique_ptr<RematNode> ChildNode = std::make_unique<RematNode>(D); addNode() local