Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DScheduleDAG.cpp107 bool SUnit::addPred(const SDep &D, bool Required) { in addPred() function in SUnit
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.cpp518 void SIScheduleBlock::addPred(SIScheduleBlock *Pred) { in addPred() function in SIScheduleBlock
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp324 void addPred(BasicBlock *Pred) { Preds.push_back(Pred); } in addPred() function in __anon5b8b86760111::BBState