Home
last modified time | relevance | path

Searched refs:ProfData (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DProfDataUtils.cpp52 bool isTargetMD(const MDNode *ProfData, const char *Name, unsigned MinOps) { in isTargetMD() argument
55 if (!ProfData || !Name || MinOps < 2) in isTargetMD()
58 unsigned NOps = ProfData->getNumOperands(); in isTargetMD()
62 auto *ProfDataName = dyn_cast<MDString>(ProfData->getOperand(0)); in isTargetMD()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DMemProfReader.h101 llvm::MapVector<GlobalValue::GUID, IndexedMemProfRecord> ProfData);
108 llvm::MapVector<GlobalValue::GUID, IndexedMemProfRecord> ProfData) in MemProfReader() argument
110 FunctionProfileData(std::move(ProfData)) {} in MemProfReader()
H A DInstrProfData.inc31 * struct ProfData {
206 * For this remapping the ProfData is used. ProfData contains both the function
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DMemProfReader.cpp238 llvm::MapVector<GlobalValue::GUID, IndexedMemProfRecord> ProfData) in MemProfReader() argument
240 FunctionProfileData(std::move(ProfData)) { in MemProfReader()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp795 [](uint64_t Count, const InstrProfValueData &ProfData) { in tryToPromoteWithVTableCmp() argument
796 return ProfData.Count <= Count; in tryToPromoteWithVTableCmp()
/freebsd/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc31 * struct ProfData {
206 * For this remapping the ProfData is used. ProfData contains both the function