Searched refs:MemProfAccessesPerByteColdThreshold (Results 1 – 2 of 2) sorted by relevance
22 extern cl::opt<float> MemProfAccessesPerByteColdThreshold;55 getAllocType(/*MaxAccessCount=*/MemProfAccessesPerByteColdThreshold + 1, in TEST_F()61 getAllocType(/*MaxAccessCount=*/MemProfAccessesPerByteColdThreshold - 1, in TEST_F()67 getAllocType(/*MaxAccessCount=*/MemProfAccessesPerByteColdThreshold + 1, in TEST_F()73 getAllocType(/*MaxAccessCount=*/MemProfAccessesPerByteColdThreshold - 1, in TEST_F()
22 cl::opt<float> MemProfAccessesPerByteColdThreshold( variable37 if (((float)MaxAccessCount) / MinSize < MemProfAccessesPerByteColdThreshold && in getAllocType()