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

  /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...]
  /external/llvm/include/llvm/CodeGen/
ScheduleDAGInstrs.h 262 /// newSUnit - Creates a new SUnit and return a ptr to it.
263 SUnit *newSUnit(MachineInstr *MI);
327 /// newSUnit - Creates a new SUnit and return a ptr to it.
328 inline SUnit *ScheduleDAGInstrs::newSUnit(MachineInstr *MI) {

Completed in 45 milliseconds