Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DScheduleDAG.cpp107 bool SUnit::addPred(const SDep &D, bool Required) { in addPred() function in SUnit
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DSIMachineScheduler.cpp518 void SIScheduleBlock::addPred(SIScheduleBlock *Pred) { in addPred() function in SIScheduleBlock
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
DObjCARCOpts.cpp324 void addPred(BasicBlock *Pred) { Preds.push_back(Pred); } in addPred() function in __anone51761030111::BBState