OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSuccWeight
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/CodeGen/
MachineBranchProbabilityInfo.cpp
66
uint32_t Weight = Src->
getSuccWeight
(Dst);
MachineBasicBlock.cpp
[
all
...]
/external/llvm/
README.android
49
* 981d826 -
getSuccWeight
returns now default 0 if Weights vector is empty. (13 days ago) <Jakub Staszak>
/external/llvm/include/llvm/CodeGen/
MachineBasicBlock.h
623
///
getSuccWeight
- Return weight of the edge from this block to MBB. This
626
uint32_t
getSuccWeight
(const_succ_iterator Succ) const;
Completed in 175 milliseconds