Searched refs:ScegN (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DResourcePriorityQueue.cpp79 const SDNode *ScegN = PredSU->getNode(); local
81 if (!ScegN)
86 switch (ScegN->getOpcode()) {
93 if (!ScegN->isMachineOpcode())
96 for (unsigned i = 0, e = ScegN->getNumValues(); i != e; ++i) {
97 MVT VT = ScegN->getSimpleValueType(i);
117 const SDNode *ScegN = SuccSU->getNode(); local
118 if (!ScegN)
123 switch (ScegN->getOpcode()) {
130 if (!ScegN
482 const SDNode *ScegN = SU->getNode(); local
[all...]

Completed in 61 milliseconds