Searched refs:PREInstr (Results 1 – 1 of 1) sorted by relevance
2854 Instruction *PREInstr = nullptr; in performScalarPRE() local2879 PREInstr = CurInst->clone(); in performScalarPRE()2880 if (!performScalarPREInsertion(PREInstr, PREPred, CurrentBlock, ValNo)) { in performScalarPRE()2882 LLVM_DEBUG(verifyRemoved(PREInstr)); in performScalarPRE()2883 PREInstr->deleteValue(); in performScalarPRE()2890 assert(PREInstr != nullptr || NumWithout == 0); in performScalarPRE()2905 Phi->addIncoming(PREInstr, PREPred); in performScalarPRE()