Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-opt-report/
DOptReport.cpp293 unsigned ICDigits = llvm::utostr(MaxLI.InterleaveCount).size(); in writeReport() local
367 std::string VSpaces(Succinct ? 0 : VFDigits + ICDigits + 1, ' '); in writeReport()
382 ICDigits](OptReportLocationInfo &LLI) -> std::string { in writeReport()
388 RS << std::string(VFDigits + ICDigits + 1 - RS.str().size(), ' '); in writeReport()