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

  /external/llvm/lib/CodeGen/
ScheduleDAG.cpp 62 /// addPred - This adds the specified edge as a pred of the current node if
65 bool SUnit::addPred(const SDep &D) {
70 // Extend the latency if needed. Equivalent to removePred(I) + addPred(D).
477 /// AddPred - Updates the topological ordering to accommodate an edge
479 void ScheduleDAGTopologicalSort::AddPred(SUnit *Y, SUnit *X) {
  /external/llvm/lib/Transforms/Scalar/
ObjCARC.cpp     [all...]

Completed in 832 milliseconds