Searched refs:MDFrom (Results 1 – 6 of 6) sorted by relevance
923 const Twine &Name, Instruction *MDFrom) { in CreateSelect() argument930 if (MDFrom) { in CreateSelect()931 MDNode *Prof = MDFrom->getMetadata(LLVMContext::MD_prof); in CreateSelect()932 MDNode *Unpred = MDFrom->getMetadata(LLVMContext::MD_unpredictable); in CreateSelect()
1576 const Twine &Name = "", Instruction *MDFrom = nullptr) {1583 if (MDFrom) {1584 MDNode *Prof = MDFrom->getMetadata(LLVMContext::MD_prof);1585 MDNode *Unpred = MDFrom->getMetadata(LLVMContext::MD_unpredictable);
2499 const Twine &Name = "", Instruction *MDFrom = nullptr) {2506 if (MDFrom) {2507 MDNode *Prof = MDFrom->getMetadata(LLVMContext::MD_prof);2508 MDNode *Unpred = MDFrom->getMetadata(LLVMContext::MD_unpredictable);
1755 Instruction *MDFrom = nullptr) {1757 if (MDFrom)1758 Sel->copyMetadata(*MDFrom);
1759 Instruction *MDFrom = nullptr) {1761 if (MDFrom)1762 Sel->copyMetadata(*MDFrom);
2398 const Twine &Name = "", Instruction *MDFrom = nullptr);