Searched defs:IPR (Results 1 – 4 of 4) sorted by relevance
78 #define IPR(a) \ in usdump() macro
52 #define IPR(tf, i) ((int32_t *)(u_long)tf->tf_out[6])[i - 16] macro
51 #define IPR(tf, i) ((int32_t *) tf->tf_out[6])[i - 16] macro
264 const InstrProfRecord &IPR = Func.second; in shouldEncodeData() local