Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp1092 const Twine &Name, Instruction *MDFrom) { in CreateSelect() argument
1097 if (MDFrom) { in CreateSelect()
1098 MDNode *Prof = MDFrom->getMetadata(LLVMContext::MD_prof); in CreateSelect()
1099 MDNode *Unpred = MDFrom->getMetadata(LLVMContext::MD_unpredictable); in CreateSelect()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h1599 Instruction *MDFrom = nullptr) {
1601 if (MDFrom)
1602 Sel->copyMetadata(*MDFrom);
H A DIRBuilder.h2459 const Twine &Name = "", Instruction *MDFrom = nullptr);