Searched refs:findInsertPt (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopPredication.cpp272 Instruction *findInsertPt(Instruction *User, ArrayRef<Value*> Ops);
277 Instruction *findInsertPt(Instruction *User, ArrayRef<const SCEV*> Ops);
416 Value *LHSV = Expander.expandCodeFor(LHS, Ty, findInsertPt(Guard, {LHS}));
417 Value *RHSV = Expander.expandCodeFor(RHS, Ty, findInsertPt(Guard, {RHS}));
418 IRBuilder<> Builder(findInsertPt(Guard, {LHSV, RHSV}));
505 Instruction *LoopPredication::findInsertPt(Instruction *Use, function in class:LoopPredication
513 Instruction *LoopPredication::findInsertPt(Instruction *Use, function in class:LoopPredication
607 IRBuilder<> Builder(findInsertPt(Guard, {FirstIterationCheck, LimitCheck}));
655 IRBuilder<> Builder(findInsertPt(Guard, {FirstIterationCheck, LimitCheck}));
807 IRBuilder<> Builder(findInsertPt(Guar
[all...]

Completed in 46 milliseconds