Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp651 uint32_t NumMemOPCalls = Func.getNumValueSites(IPVK_MemOPSize); in showInstrProfile() local
652 if (ShowMemOPSizes && NumMemOPCalls > 0) in showInstrProfile()
653 OS << " Number of Memory Intrinsics Calls: " << NumMemOPCalls in showInstrProfile()
672 if (ShowMemOPSizes && NumMemOPCalls > 0) { in showInstrProfile()