Lines Matching refs:NV
473 << ore::NV("target md5sum", Target) << " not found"; in getPromotionCandidatesForCallSite()
485 << NV("TargetFunction", TargetFunction) << " with count of " in getPromotionCandidatesForCallSite()
486 << NV("Count", Count) << ": " << Reason; in getPromotionCandidatesForCallSite()
623 << "Promote indirect call to " << NV("DirectCallee", DirectCallee) in promoteIndirectCall()
624 << " with count " << NV("Count", Count) << " out of " in promoteIndirectCall()
625 << NV("TotalCount", TotalCount); in promoteIndirectCall()
739 << ore::NV("DirectCallee", Candidate.TargetFunction) in tryToPromoteWithVTableCmp()
740 << " with count " << ore::NV("Count", Candidate.Count) in tryToPromoteWithVTableCmp()
741 << " out of " << ore::NV("TotalCount", TotalFuncCount) << ", sink " in tryToPromoteWithVTableCmp()
742 << ore::NV("SinkCount", SinkCount) in tryToPromoteWithVTableCmp()
744 << ore::NV("VTable", VTableGUIDAndCounts.size()) in tryToPromoteWithVTableCmp()
754 Remark << ore::NV("VTable", Symtab->getGlobalVariable(*Iter)); in tryToPromoteWithVTableCmp()