Lines Matching defs:Cond
196 /// site. The "if" condition is specified by `Cond`.
209 /// %cond = Cond
239 /// %cond = Cond
274 /// %cond = Cond
287 static CallBase &versionCallSiteWithCond(CallBase &CB, Value *Cond,
298 SplitBlockAndInsertIfThen(Cond, &CB, false, BranchWeights);
337 SplitBlockAndInsertIfThenElse(Cond, &CB, &ThenTerm, &ElseTerm, BranchWeights);
392 auto *Cond = Builder.CreateICmpEQ(CB.getCalledOperand(), Callee);
394 return versionCallSiteWithCond(CB, Cond, BranchWeights);
675 Value *Cond = Builder.CreateOr(ICmps);
677 // Version the indirect call site. If Cond is true, 'NewInst' will be
679 CallBase &NewInst = versionCallSiteWithCond(CB, Cond, BranchWeights);