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

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ScheduleDAG.cpp 85 /// addPred - This adds the specified edge as a pred of the current node if
88 bool SUnit::addPred(const SDep &D) {
488 /// AddPred - Updates the topological ordering to accommodate an edge
490 void ScheduleDAGTopologicalSort::AddPred(SUnit *Y, SUnit *X) {
  /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, bool Required) {
74 // Extend the latency if needed. Equivalent to removePred(I) + addPred(D).
516 /// AddPred - Updates the topological ordering to accommodate an edge
518 void ScheduleDAGTopologicalSort::AddPred(SUnit *Y, SUnit *X) {
600 /// create a cycle. If so, it is not safe to call AddPred(TargetSU, SU).
  /external/llvm/lib/Target/AMDGPU/
SIMachineScheduler.cpp 515 void SIScheduleBlock::addPred(SIScheduleBlock *Pred) {
    [all...]
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCOpts.cpp 310 void addPred(BasicBlock *Pred) { Preds.push_back(Pred); }
    [all...]

Completed in 108 milliseconds