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

/external/llvm/include/llvm/ProfileData/
H A DInstrProfWriter.h38 ProfKind ProfileKind; member in class:llvm::InstrProfWriter
60 /// Set the ProfileKind. Report error if mixing FE and IR level profiles.
62 if (ProfileKind == PF_Unknown) {
63 ProfileKind = IsIRLevel ? PF_IRLevel: PF_FE;
66 return (IsIRLevel == (ProfileKind == PF_IRLevel))
/external/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp145 : Sparse(Sparse), FunctionData(), ProfileKind(PF_Unknown),
228 if (ProfileKind == PF_IRLevel)
337 if (ProfileKind == PF_IRLevel)
/external/llvm/include/llvm/Support/
H A DTargetParser.h103 enum ProfileKind { PK_INVALID = 0, PK_A, PK_R, PK_M }; enum in namespace:llvm::ARM
/external/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp278 cl::opt<ProfileKinds> ProfileKind(
315 if (ProfileKind == instr)
492 cl::opt<ProfileKinds> ProfileKind(
512 if (ProfileKind == instr)
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DTargetParser.h103 enum ProfileKind { PK_INVALID = 0, PK_A, PK_R, PK_M }; enum in namespace:llvm::ARM

Completed in 1082 milliseconds