Home
last modified time | relevance | path

Searched refs:ProfileKind (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/ProfileData/
DInstrProfWriter.h38 ProfKind ProfileKind; variable
62 if (ProfileKind == PF_Unknown) { in setIsIRLevelProfile()
63 ProfileKind = IsIRLevel ? PF_IRLevel: PF_FE; in setIsIRLevelProfile()
66 return (IsIRLevel == (ProfileKind == PF_IRLevel)) in setIsIRLevelProfile()
/external/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp278 cl::opt<ProfileKinds> ProfileKind( in merge_main() local
315 if (ProfileKind == instr) in merge_main()
492 cl::opt<ProfileKinds> ProfileKind( in show_main() local
512 if (ProfileKind == instr) in show_main()
/external/llvm/lib/ProfileData/
DInstrProfWriter.cpp145 : Sparse(Sparse), FunctionData(), ProfileKind(PF_Unknown), in InstrProfWriter()
228 if (ProfileKind == PF_IRLevel) in writeImpl()
337 if (ProfileKind == PF_IRLevel) in writeText()
/external/llvm/include/llvm/Support/
DTargetParser.h103 enum ProfileKind { PK_INVALID = 0, PK_A, PK_R, PK_M }; enum
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DTargetParser.h103 enum ProfileKind { PK_INVALID = 0, PK_A, PK_R, PK_M }; enum