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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DResourcePriorityQueue.cpp80 const SDNode *ScegN = PredSU->getNode(); local
82 if (!ScegN)
87 switch (ScegN->getOpcode()) {
94 if (!ScegN->isMachineOpcode())
97 for (unsigned i = 0, e = ScegN->getNumValues(); i != e; ++i) {
98 MVT VT = ScegN->getSimpleValueType(i);
118 const SDNode *ScegN = SuccSU->getNode(); local
119 if (!ScegN)
124 switch (ScegN->getOpcode()) {
131 if (!ScegN
482 const SDNode *ScegN = SU->getNode(); local
[all...]

Completed in 155 milliseconds