Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DGCOV.cpp455 struct formatBranchInfo { struct
456 formatBranchInfo(const GCOV::Options &Options, uint64_t Count, uint64_t Total) in formatBranchInfo() function
473 static raw_ostream &operator<<(raw_ostream &OS, const formatBranchInfo &FBI) { in operator <<()
747 << formatBranchInfo(Options, N, TotalCounts) << "\n"; in printBranchInfo()
754 << formatBranchInfo(Options, Count, Count) << "\n"; in printUncondBranchInfo()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DGCOV.cpp592 struct formatBranchInfo { struct
593 formatBranchInfo(const GCOV::Options &Options, uint64_t Count, uint64_t Total) in formatBranchInfo() argument
610 static raw_ostream &operator<<(raw_ostream &OS, const formatBranchInfo &FBI) { in operator <<()
887 << formatBranchInfo(Options, N, TotalCounts) << "\n"; in printBranchInfo()
894 << formatBranchInfo(Options, Count, Count) << "\n"; in printUncondBranchInfo()
/external/llvm-project/llvm/lib/ProfileData/
DGCOV.cpp551 struct formatBranchInfo { struct
552 formatBranchInfo(const GCOV::Options &Options, uint64_t Count, uint64_t Total) in formatBranchInfo() argument
569 static raw_ostream &operator<<(raw_ostream &OS, const formatBranchInfo &FBI) { in operator <<()
796 << formatBranchInfo(options, count, count) << '\n'; in annotateSource()
938 << formatBranchInfo(options, arc->count, total) << '\n'; in printBranchInfo()