Searched refs:addBranchMetadata (Results 1 – 2 of 2) sorted by relevance
/openbsd/gnu/llvm/llvm/include/llvm/IR/ |
H A D | IRBuilder.h | 995 InstTy *addBranchMetadata(InstTy *I, MDNode *Weights, MDNode *Unpredictable) { in addBranchMetadata() function 1038 return Insert(addBranchMetadata(BranchInst::Create(True, False, Cond), 1061 return Insert(addBranchMetadata(SwitchInst::Create(V, Dest, NumCases),
|
/openbsd/gnu/llvm/llvm/lib/IR/ |
H A D | IRBuilder.cpp | 1135 Sel = addBranchMetadata(Sel, Prof, Unpred); in CreateSelect()
|