Home
last modified time | relevance | path

Searched defs:setMetadata (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DMetadata.cpp1553 void Value::setMetadata(unsigned KindID, MDNode *Node) { in setMetadata() function in Value
1581 void Value::setMetadata(StringRef Kind, MDNode *Node) { in setMetadata() function in Value
1634 void Instruction::setMetadata(StringRef Kind, MDNode *Node) { in setMetadata() function in Instruction
1700 void Instruction::setMetadata(unsigned KindID, MDNode *Node) { in setMetadata() function in Instruction
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOperand.h714 void setMetadata(const MDNode *MD) { in setMetadata() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp109 static void setMetadata(BranchInst &Br, in setMetadata() function in __anone8c890770111::CondBranchWeights