Searched refs:expect (Results 1 – 4 of 4) sorted by relevance
52 ::llvm::MDNode* GetBranchWeights(ExpectCond expect) { in GetBranchWeights() argument53 DCHECK_LT(expect, MAX_EXPECT) << "MAX_EXPECT is not for branch weight"; in GetBranchWeights()54 return expect_cond_[expect]; in GetBranchWeights()
189 ExpectCond expect) { in CreateCondBr() argument193 branch_inst->setMetadata(::llvm::LLVMContext::MD_prof, mdb_.GetBranchWeights(expect)); in CreateCondBr()
1119 // NOTE: We expect these intrinsics to be temporary. Once calling conventions are
1 Test that the list of character encodings is what we expect.