Home | History | Annotate | Download | only in Instrumentation

Lines Matching refs:LastBr

993     // In the following code LastBr will refer to the previous basic block's
997 BranchInst *LastBr = BranchInst::Create(FallbackBB, FallbackBB, ShadowsEq);
998 ReplaceInstWithInst(Head->getTerminator(), LastBr);
1007 LastBr->setSuccessor(0, NextBB);
1008 LastBr = NextIRB.CreateCondBr(ShadowsEq, FallbackBB, FallbackBB);
1011 LastBr->setSuccessor(0, Tail);
1015 Shadow->addIncoming(TruncShadow, LastBr->getParent());