OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getWeightIterator
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/
MachineBasicBlock.cpp
327
OS << '(' << *
getWeightIterator
(SI) << ')';
503
weight_iterator WI =
getWeightIterator
(I);
516
weight_iterator WI =
getWeightIterator
(I);
557
weight_iterator OldWI =
getWeightIterator
(OldI);
558
*
getWeightIterator
(NewI) += *OldWI;
[
all
...]
/external/llvm/include/llvm/CodeGen/
MachineBasicBlock.h
624
///
getWeightIterator
- Return weight iterator corresponding to the I
626
weight_iterator
getWeightIterator
(succ_iterator I);
627
const_weight_iterator
getWeightIterator
(const_succ_iterator I) const;
Completed in 680 milliseconds