Searched refs:NumMemOPCalls (Results 1 – 1 of 1) sorted by relevance
2146 uint32_t NumMemOPCalls = Func.getNumValueSites(IPVK_MemOPSize); in showInstrProfile() local2147 if (ShowMemOPSizes && NumMemOPCalls > 0) in showInstrProfile()2148 OS << " Number of Memory Intrinsics Calls: " << NumMemOPCalls in showInstrProfile()2167 if (ShowMemOPSizes && NumMemOPCalls > 0) { in showInstrProfile()