Home
last modified time | relevance | path

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

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