OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:branch_inst
(Results
1 - 1
of
1
) sorted by null
/art/compiler/llvm/
ir_builder.h
190
::llvm::BranchInst*
branch_inst
= CreateCondBr(cond, true_bb, false_bb);
local
193
branch_inst
->setMetadata(::llvm::LLVMContext::MD_prof, mdb_.GetBranchWeights(expect));
195
return
branch_inst
;
Completed in 123 milliseconds