Searched refs:addBranchMetadata (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | IRBuilder.h | 1085 InstTy *addBranchMetadata(InstTy *I, MDNode *Weights, MDNode *Unpredictable) { in addBranchMetadata() function 1128 return Insert(addBranchMetadata(BranchInst::Create(True, False, Cond), 1151 return Insert(addBranchMetadata(SwitchInst::Create(V, Dest, NumCases),
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | IRBuilder.cpp | 1100 Sel = addBranchMetadata(Sel, Prof, Unpred); in CreateSelect()
|