Lines Matching defs:findInsertPt
281 Instruction *findInsertPt(Instruction *User, ArrayRef<Value*> Ops);
286 Instruction *findInsertPt(const SCEVExpander &Expander, Instruction *User,
391 Expander.expandCodeFor(LHS, Ty, findInsertPt(Expander, Guard, {LHS}));
393 Expander.expandCodeFor(RHS, Ty, findInsertPt(Expander, Guard, {RHS}));
394 IRBuilder<> Builder(findInsertPt(Guard, {LHSV, RHSV}));
481 Instruction *LoopPredication::findInsertPt(Instruction *Use,
489 Instruction *LoopPredication::findInsertPt(const SCEVExpander &Expander,
584 IRBuilder<> Builder(findInsertPt(Guard, {FirstIterationCheck, LimitCheck}));
633 IRBuilder<> Builder(findInsertPt(Guard, {FirstIterationCheck, LimitCheck}));
743 IRBuilder<> Builder(findInsertPt(Guard, Checks));
778 IRBuilder<> Builder(findInsertPt(BI, Checks));