OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ISelPosition
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/CodeGen/
SelectionDAGISel.h
175
///
ISelPosition
- Node iterator marking the current position of
178
SelectionDAG::allnodes_iterator
ISelPosition
;
185
SelectionDAG::allnodes_iterator &
ISelPosition
;
188
:
ISelPosition
(isp) {}
191
/// node being deleted is the current
ISelPosition
node, update
192
///
ISelPosition
.
195
if (
ISelPosition
== SelectionDAG::allnodes_iterator(N))
196
++
ISelPosition
;
206
ISelUpdater ISU(
ISelPosition
);
213
ISelUpdater ISU(
ISelPosition
);
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp
722
ISelPosition
= SelectionDAG::allnodes_iterator(CurDAG->getRoot().getNode());
723
++
ISelPosition
;
729
while (
ISelPosition
!= CurDAG->allnodes_begin()) {
730
SDNode *Node = --
ISelPosition
;
752
ISelUpdater ISU(
ISelPosition
);
[
all
...]
Completed in 367 milliseconds