Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-xray/
Dxray-account.h46 bool DeduceSiblingCalls = false; variable
55 bool DeduceSiblingCalls) in LatencyAccountant() argument
56 : FuncIdHelper(FuncIdHelper), DeduceSiblingCalls(DeduceSiblingCalls) {} in LatencyAccountant()
Dxray-graph.h103 bool DeduceSiblingCalls = false; variable
129 : FuncIdHelper(FuncIdHelper), DeduceSiblingCalls(DSC), in GraphRenderer()
150 bool DeduceSiblingCalls; variable
Dxray-graph.cpp216 if (!DeduceSiblingCalls) in accountRecord()
444 xray::GraphRenderer GR(FuncIdHelper, DeduceSiblingCalls); in getGraphRenderer()
491 F.DeduceSiblingCalls = GraphDeduceSiblingCalls; in __anonf9893fcb0302()
Dxray-account.cpp166 if (!DeduceSiblingCalls) in accountRecord()