Home
last modified time | relevance | path

Searched refs:AccRecInstr (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DTailRecursionElimination.cpp439 void insertAccumulator(Instruction *AccRecInstr);
556 AccumulatorRecursionInstr = AccRecInstr; in insertAccumulator()
573 AccRecInstr->getOpcode(), AccRecInstr->getType()); in insertAccumulator()
638 Instruction *AccRecInstr = nullptr; in eliminateCall() local
653 AccRecInstr = &*BBI; in eliminateCall()
686 if (AccRecInstr) { in eliminateCall()
687 insertAccumulator(AccRecInstr); in eliminateCall()
692 AccRecInstr->setOperand(AccRecInstr->getOperand(0) != CI, AccPN); in eliminateCall()
697 if (Ret->getReturnValue() == CI || AccRecInstr) { in eliminateCall()
714 AccPN->addIncoming(AccRecInstr ? AccRecInstr : AccPN, BB); in eliminateCall()
[all …]