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 63 /// addPred - This adds the specified edge as a pred of the current node if
66 bool SUnit::addPred(const SDep &D, bool Required) {
75 // Extend the latency if needed. Equivalent to removePred(I) + addPred(D).
518 /// AddPred - Updates the topological ordering to accommodate an edge
520 void ScheduleDAGTopologicalSort::AddPred(SUnit *Y, SUnit *X) {
602 /// create a cycle. If so, it is not safe to call AddPred(TargetSU, SU).
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCOpts.cpp 682 void addPred(BasicBlock *Pred) { Preds.push_back(Pred); }
    [all...]

Completed in 71 milliseconds