Home
last modified time | relevance | path

Searched defs:addPred (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DScheduleDAG.cpp88 bool SUnit::addPred(const SDep &D) { in addPred() function in SUnit
/external/llvm/lib/CodeGen/
DScheduleDAG.cpp65 bool SUnit::addPred(const SDep &D, bool Required) { in addPred() function in SUnit
/external/llvm/lib/Target/AMDGPU/
DSIMachineScheduler.cpp515 void SIScheduleBlock::addPred(SIScheduleBlock *Pred) { in addPred() function in SIScheduleBlock
/external/llvm/lib/Transforms/ObjCARC/
DObjCARCOpts.cpp310 void addPred(BasicBlock *Pred) { Preds.push_back(Pred); } in addPred() function in __anonb7a8a18a0111::BBState