Searched refs:PREInstr (Results 1 – 1 of 1) sorted by relevance
2557 Instruction *PREInstr = nullptr; in performScalarPRE() local2573 PREInstr = CurInst->clone(); in performScalarPRE()2574 if (!performScalarPREInsertion(PREInstr, PREPred, ValNo)) { in performScalarPRE()2576 DEBUG(verifyRemoved(PREInstr)); in performScalarPRE()2577 delete PREInstr; in performScalarPRE()2584 assert (PREInstr != nullptr || NumWithout == 0); in performScalarPRE()2596 Phi->addIncoming(PREInstr, PREPred); in performScalarPRE()