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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DResourcePriorityQueue.cpp78 const SDNode *ScegN = PredSU->getNode(); local
80 if (!ScegN)
85 switch (ScegN->getOpcode()) {
93 if (!ScegN->isMachineOpcode())
96 for (unsigned i = 0, e = ScegN->getNumValues(); i != e; ++i) {
97 MVT VT = ScegN->getSimpleValueType(i);
116 const SDNode *ScegN = SuccSU->getNode(); local
117 if (!ScegN)
122 switch (ScegN->getOpcode()) {
130 if (!ScegN
473 const SDNode *ScegN = SU->getNode(); local
[all...]

Completed in 52 milliseconds