Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DIRBuilder.cpp1021 const Twine &Name, Instruction *MDFrom) { in CreateSelect() argument
1026 if (MDFrom) { in CreateSelect()
1027 MDNode *Prof = MDFrom->getMetadata(LLVMContext::MD_prof); in CreateSelect()
1028 MDNode *Unpred = MDFrom->getMetadata(LLVMContext::MD_unpredictable); in CreateSelect()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DInstructions.h1771 Instruction *MDFrom = nullptr) {
1773 if (MDFrom)
1774 Sel->copyMetadata(*MDFrom);
H A DIRBuilder.h2270 const Twine &Name = "", Instruction *MDFrom = nullptr);