OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CreateNewSUnit
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGRRList.cpp
241
///
CreateNewSUnit
- Creates a new SUnit and returns a pointer to it.
243
SUnit *
CreateNewSUnit
(SDNode *N) {
[
all
...]
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
ScheduleDAGRRList.cpp
249
///
CreateNewSUnit
- Creates a new SUnit and returns a pointer to it.
251
SUnit *
CreateNewSUnit
(SDNode *N) {
829
LoadSU =
CreateNewSUnit
(LoadNode);
836
SUnit *NewSU =
CreateNewSUnit
(N);
[
all
...]
Completed in 336 milliseconds