OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InlineGraphNode
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/Utils/
ImportedFunctionsInliningStatistics.h
46
///
InlineGraphNode
represents node in graph of inlined functions.
47
struct
InlineGraphNode
{
49
InlineGraphNode
() = default;
50
InlineGraphNode
(
InlineGraphNode
&&) = default;
51
InlineGraphNode
&operator=(
InlineGraphNode
&&) = default;
53
llvm::SmallVector<
InlineGraphNode
*, 8> InlinedCallees;
79
InlineGraphNode
&createInlineGraphNode(const Function &);
81
void dfs(
InlineGraphNode
&GraphNode)
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
ImportedFunctionsInliningStatistics.cpp
35
ImportedFunctionsInliningStatistics::
InlineGraphNode
&
40
ValueLookup = std::make_unique<
InlineGraphNode
>();
49
InlineGraphNode
&CallerNode = createInlineGraphNode(Caller);
50
InlineGraphNode
&CalleeNode = createInlineGraphNode(Callee);
187
void ImportedFunctionsInliningStatistics::dfs(
InlineGraphNode
&GraphNode) {
Completed in 22 milliseconds
Indexes created Thu Sep 24 00:25:51 UTC 2026