Searched refs:ifSpecified (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-graph-diff.cpp407 template <typename T> static T &ifSpecified(T &A, cl::alias &AA, T &B) { function
416 {{ifSpecified(GraphDiffKeepGoing1, GraphDiffKeepGoing1A,
418 ifSpecified(GraphDiffDeduceSiblingCalls1, GraphDiffDeduceSiblingCalls1A,
420 ifSpecified(GraphDiffInstrMap1, GraphDiffInstrMap1A, GraphDiffInstrMap),
422 {ifSpecified(GraphDiffKeepGoing2, GraphDiffKeepGoing2A,
424 ifSpecified(GraphDiffDeduceSiblingCalls2, GraphDiffDeduceSiblingCalls2A,
426 ifSpecified(GraphDiffInstrMap2, GraphDiffInstrMap2A, GraphDiffInstrMap),

Completed in 31 milliseconds