Searched refs:PREInstr (Results 1 – 1 of 1) sorted by relevance
2713 Instruction *PREInstr = nullptr; in performScalarPRE() local2743 PREInstr = CurInst->clone(); in performScalarPRE()2744 if (!performScalarPREInsertion(PREInstr, PREPred, CurrentBlock, ValNo)) { in performScalarPRE()2746 LLVM_DEBUG(verifyRemoved(PREInstr)); in performScalarPRE()2747 PREInstr->deleteValue(); in performScalarPRE()2754 assert(PREInstr != nullptr || NumWithout == 0); in performScalarPRE()2769 Phi->addIncoming(PREInstr, PREPred); in performScalarPRE()