OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:scegn
(Results
1 - 1
of
1
) sorted by null
/external/llvm/lib/CodeGen/SelectionDAG/
ResourcePriorityQueue.cpp
79
const SDNode *
ScegN
= PredSU->getNode();
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();
118
if (!
ScegN
)
123
switch (
ScegN
->getOpcode()) {
130
if (!
ScegN
->isMachineOpcode()
[
all
...]
Completed in 35 milliseconds