Home
last modified time | relevance | path

Searched defs:ProfileData (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstruction.cpp784 MDNode *ProfileData = getMetadata(LLVMContext::MD_prof); in swapProfMetadata() local
H A DMetadata.cpp1396 auto *ProfileData = getMetadata(LLVMContext::MD_prof); in extractProfMetadata() local
1424 auto *ProfileData = getMetadata(LLVMContext::MD_prof); in extractProfTotalWeight() local
H A DInstructions.cpp562 auto *ProfileData = getMetadata(LLVMContext::MD_prof); in updateProfWeight() local
4104 if (MDNode *ProfileData = SI.getMetadata(LLVMContext::MD_prof)) in getProfBranchWeightsMD() local
4130 MDNode *ProfileData = getProfBranchWeightsMD(SI); in init() local
4217 if (MDNode *ProfileData = getProfBranchWeightsMD(SI)) in getSuccessorWeight() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DInstrProf.h1122 template <class IntPtrT> struct alignas(8) ProfileData { struct