Home | History | Annotate | Download | only in Instrumentation

Lines Matching defs:Succ

719   // emit [(succs * preds) x i64*], logically [succ x [pred x i64*]].
735 BasicBlock *Succ = TI->getSuccessor(i);
736 IRBuilder<> Builder(Succ);
739 EdgeTable[((Succs.idFor(Succ) - 1) * Preds.size()) +