Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstruction.cpp693 MDNode *ProfileData = getMetadata(LLVMContext::MD_prof); in swapProfMetadata() local
DMetadata.cpp1320 auto *ProfileData = getMetadata(LLVMContext::MD_prof); in extractProfMetadata() local
1348 auto *ProfileData = getMetadata(LLVMContext::MD_prof); in extractProfTotalWeight() local
DInstructions.cpp467 auto *ProfileData = getMetadata(LLVMContext::MD_prof); in updateProfWeight() local
3885 if (MDNode *ProfileData = SI.getMetadata(LLVMContext::MD_prof)) in getProfBranchWeightsMD() local
3911 MDNode *ProfileData = getProfBranchWeightsMD(SI); in init() local
3998 if (MDNode *ProfileData = getProfBranchWeightsMD(SI)) in getSuccessorWeight() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DInstrProf.h1111 template <class IntPtrT> struct alignas(8) ProfileData { struct