Home
last modified time | relevance | path

Searched refs:DeduceSiblingCalls (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-account.h58 bool DeduceSiblingCalls = false;
67 bool RecursiveCallsOnly, bool DeduceSiblingCalls)
69 DeduceSiblingCalls(DeduceSiblingCalls) {} in LatencyAccountant() argument
60 bool DeduceSiblingCalls = false; global() variable
H A Dxray-graph.h101 bool DeduceSiblingCalls = false; variable
127 : FuncIdHelper(FuncIdHelper), DeduceSiblingCalls(DSC), in GraphRenderer()
148 bool DeduceSiblingCalls; variable
H A Dxray-graph.cpp234 if (!DeduceSiblingCalls) in accountRecord()
465 xray::GraphRenderer GR(FuncIdHelper, DeduceSiblingCalls); in getGraphRenderer()
512 F.DeduceSiblingCalls = GraphDeduceSiblingCalls; in __anon4662d1480302()
H A Dxray-account.cpp201 if (!DeduceSiblingCalls) in accountRecord()