Searched refs:ProfileKind (Results 1 – 5 of 5) sorted by relevance
38 ProfKind ProfileKind; variable62 if (ProfileKind == PF_Unknown) { in setIsIRLevelProfile()63 ProfileKind = IsIRLevel ? PF_IRLevel: PF_FE; in setIsIRLevelProfile()66 return (IsIRLevel == (ProfileKind == PF_IRLevel)) in setIsIRLevelProfile()
278 cl::opt<ProfileKinds> ProfileKind( in merge_main() local315 if (ProfileKind == instr) in merge_main()492 cl::opt<ProfileKinds> ProfileKind( in show_main() local512 if (ProfileKind == instr) in show_main()
145 : Sparse(Sparse), FunctionData(), ProfileKind(PF_Unknown), in InstrProfWriter()228 if (ProfileKind == PF_IRLevel) in writeImpl()337 if (ProfileKind == PF_IRLevel) in writeText()
103 enum ProfileKind { PK_INVALID = 0, PK_A, PK_R, PK_M }; enum