Searched defs:addPred (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
H A DScheduleDAG.cpp63 /// addPred - This adds the specified edge as a pred of the current node if
66 bool SUnit::addPred(const SDep &D, bool Required) { function in class:SUnit
75 // Extend the latency if needed. Equivalent to removePred(I) + addPred(D).
/external/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp682 void addPred(BasicBlock *Pred) { Preds.push_back(Pred); } function in class:__anon26266::BBState
2207 SuccStates.addPred(CurrBB);
2214 BBStates[SuccBB].addPred(CurrBB);

Completed in 93 milliseconds