OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:brweight
(Results
1 - 1
of
1
) sorted by null
/external/clang/lib/CodeGen/
CGExprComplex.cpp
679
llvm::MDNode *
BrWeight
= MDHelper.createBranchWeights(1, (1U << 20) - 1);
680
Branch->setMetadata(llvm::LLVMContext::MD_prof,
BrWeight
);
687
Branch->setMetadata(llvm::LLVMContext::MD_prof,
BrWeight
);
[
all
...]
Completed in 249 milliseconds