Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DProfDataUtils.cpp51 bool isTargetMD(const MDNode *ProfData, const char *Name, unsigned MinOps) { in isTargetMD() argument
54 if (!ProfData || !Name || MinOps < 2) in isTargetMD()
57 unsigned NOps = ProfData->getNumOperands(); in isTargetMD()
61 auto *ProfDataName = dyn_cast<MDString>(ProfData->getOperand(0)); in isTargetMD()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DRawMemProfReader.h87 llvm::MapVector<GlobalValue::GUID, IndexedMemProfRecord> ProfData) in MemProfReader() argument
89 FunctionProfileData(std::move(ProfData)) {} in MemProfReader()
H A DInstrProfData.inc31 * struct ProfData {
183 * For this remapping the ProfData is used. ProfData contains both the function
/freebsd-14.2/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc31 * struct ProfData {
183 * For this remapping the ProfData is used. ProfData contains both the function