HomeSort by relevance Sort by last modified time
    Searched defs:newSUnit (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/CodeGen/
ScheduleDAGInstrs.h 172 /// newSUnit - Creates a new SUnit and return a ptr to it.
173 SUnit *newSUnit(MachineInstr *MI);
233 /// newSUnit - Creates a new SUnit and return a ptr to it.
234 inline SUnit *ScheduleDAGInstrs::newSUnit(MachineInstr *MI) {
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.cpp 66 /// NewSUnit - Creates a new SUnit and return a ptr to it.
68 SUnit *ScheduleDAGSDNodes::newSUnit(SDNode *N) {
90 SUnit *SU = newSUnit(Old->getNode());
345 SUnit *NodeSUnit = newSUnit(NI);
    [all...]

Completed in 1233 milliseconds