Searched refs:addBranchMetadata (Results 1 – 2 of 2) sorted by relevance
/external/llvm/include/llvm/IR/ |
D | IRBuilder.h | 637 InstTy *addBranchMetadata(InstTy *I, MDNode *Weights, MDNode *Unpredictable) { in addBranchMetadata() function 680 return Insert(addBranchMetadata(BranchInst::Create(True, False, Cond), 690 return Insert(addBranchMetadata(SwitchInst::Create(V, Dest, NumCases), 1586 Sel = addBranchMetadata(Sel, Prof, Unpred);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | IRBuilder.h | 802 InstTy *addBranchMetadata(InstTy *I, MDNode *Weights, MDNode *Unpredictable) { in addBranchMetadata() function 845 return Insert(addBranchMetadata(BranchInst::Create(True, False, Cond), 868 return Insert(addBranchMetadata(SwitchInst::Create(V, Dest, NumCases), 1912 Sel = addBranchMetadata(Sel, Prof, Unpred);
|