mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
Added allnodes_size for scheduling support.
llvm-svn: 23567
This commit is contained in:
parent
5e51979f90
commit
1c928ba21a
@ -66,6 +66,7 @@ public:
|
||||
typedef std::vector<SDNode*>::const_iterator allnodes_iterator;
|
||||
allnodes_iterator allnodes_begin() const { return AllNodes.begin(); }
|
||||
allnodes_iterator allnodes_end() const { return AllNodes.end(); }
|
||||
unsigned allnodes_size() const { return AllNodes.size(); }
|
||||
|
||||
/// getRoot - Return the root tag of the SelectionDAG.
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user