Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DProfDataUtils.cpp49 bool isTargetMD(const MDNode *ProfData, const char *Name, unsigned MinOps) { in isTargetMD() argument
52 if (!ProfData || !Name || MinOps < 2) in isTargetMD()
55 unsigned NOps = ProfData->getNumOperands(); in isTargetMD()
59 auto *ProfDataName = dyn_cast<MDString>(ProfData->getOperand(0)); in isTargetMD()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp807 [](uint64_t Count, const InstrProfValueData &ProfData) { in tryToPromoteWithVTableCmp() argument
808 return ProfData.Count <= Count; in tryToPromoteWithVTableCmp()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc31 * struct ProfData {
206 * For this remapping the ProfData is used. ProfData contains both the function
/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