Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp2979 uint32_t NumMemOPCalls = Func.getNumValueSites(IPVK_MemOPSize); in showInstrProfile() local
2980 if (ShowMemOPSizes && NumMemOPCalls > 0) in showInstrProfile()
2981 OS << " Number of Memory Intrinsics Calls: " << NumMemOPCalls in showInstrProfile()
3007 if (ShowMemOPSizes && NumMemOPCalls > 0) { in showInstrProfile()