Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DProfDataUtils.cpp70 bool isTargetMD(const MDNode *ProfData, const char *Name, unsigned MinOps) { in isTargetMD() argument
73 if (!ProfData || !Name || MinOps < 2) in isTargetMD()
76 unsigned NOps = ProfData->getNumOperands(); in isTargetMD()
80 auto *ProfDataName = dyn_cast<MDString>(ProfData->getOperand(0)); in isTargetMD()
/openbsd-src/gnu/llvm/compiler-rt/include/profile/
H A DInstrProfData.inc31 * struct ProfData {
176 * For this remapping the ProfData is used. ProfData contains both the function
/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc31 * struct ProfData {
176 * For this remapping the ProfData is used. ProfData contains both the function