Home | History | Annotate | Download | only in Instrumentation

Lines Matching refs:Succs

120                                          const UniqueVector<BasicBlock*>&Succs);
714 const UniqueVector<BasicBlock *> &Succs) {
719 // emit [(succs * preds) x i64*], logically [succ x [pred x i64*]].
720 size_t TableSize = Succs.size() * Preds.size();
739 EdgeTable[((Succs.idFor(Succ) - 1) * Preds.size()) +