Home
last modified time | relevance | path

Searched refs:MD_callees (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DLLVMContext.h103 MD_callees = 23, // "callees" enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DCallPromotionUtils.cpp375 CS.getInstruction()->setMetadata(LLVMContext::MD_callees, nullptr); in promoteCall()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DLLVMContext.cpp62 {MD_callees, "callees"}, in LLVMContext()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DCalledValuePropagation.cpp394 C->setMetadata(LLVMContext::MD_callees, Callees); in runCVP()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DModuleSummaryAnalysis.cpp324 if (auto *MD = I.getMetadata(LLVMContext::MD_callees)) { in computeFunctionSummary()