OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getEdgeWeight
(Results
1 - 5
of
5
) sorted by null
/external/llvm/lib/CodeGen/
MachineBranchProbabilityInfo.cpp
41
uint32_t Weight =
getEdgeWeight
(MBB, I);
56
uint32_t Weight =
getEdgeWeight
(MBB, I);
64
getEdgeWeight
(const MachineBasicBlock *Src,
73
getEdgeWeight
(const MachineBasicBlock *Src,
77
return
getEdgeWeight
(Src, std::find(Src->succ_begin(), Src->succ_end(), Dst));
93
uint32_t Weight =
getEdgeWeight
(MBB, I);
111
uint32_t N =
getEdgeWeight
(Src, Dst) / Scale;
/external/llvm/include/llvm/Analysis/
ProfileDataLoader.h
72
///
getEdgeWeight
- Return the number of times that a given edge was
74
unsigned
getEdgeWeight
(Edge e) const {
ProfileInfo.h
112
double
getEdgeWeight
(Edge e) const {
/external/llvm/lib/Analysis/
BranchProbabilityInfo.cpp
523
uint32_t Weight =
getEdgeWeight
(BB, I.getSuccessorIndex());
547
uint32_t Weight =
getEdgeWeight
(BB, Succ);
570
getEdgeWeight
(const BasicBlock *Src, unsigned IndexInSuccessors) const {
583
getEdgeWeight
(const BasicBlock *Src, const BasicBlock *Dst) const {
609
uint32_t N =
getEdgeWeight
(Src, IndexInSuccessors);
620
uint32_t N =
getEdgeWeight
(Src, Dst);
/external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp
[
all
...]
Completed in 116 milliseconds