Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp377 ProfileFormat OutputFormat, bool OutputSparse, in mergeInstrProfile() argument
408 OutputSparse, ErrorLock, WriterErrorCodes)); in mergeInstrProfile()
610 StringRef OutputFilename, ProfileFormat OutputFormat, bool OutputSparse, in supplementInstrProfile() argument
635 auto WC = std::make_unique<WriterContext>(OutputSparse, ErrorLock, in supplementInstrProfile()
954 cl::opt<bool> OutputSparse("sparse", cl::init(false), in merge_main() local
1053 OutputFormat, OutputSparse, SupplMinSizeThreshold, in merge_main()
1060 OutputFilename, OutputFormat, OutputSparse, NumThreads, in merge_main()