Searched refs:ProfileKind (Results 1 – 2 of 2) sorted by relevance
218 cl::opt<ProfileKinds> ProfileKind( in merge_main() local243 if (ProfileKind == instr) in merge_main()382 cl::opt<ProfileKinds> ProfileKind( in show_main() local400 if (ProfileKind == instr) in show_main()
102 enum ProfileKind { PK_INVALID = 0, PK_A, PK_R, PK_M }; enum