Searched refs:PostProcessPHIs (Results 1 – 2 of 2) sorted by relevance
130 SmallVector<PHINode *, 8> PostProcessPHIs; in formLCSSAForInstructions() local178 PostProcessPHIs.push_back(PN); in formLCSSAForInstructions()225 PostProcessPHIs.push_back(InsertedPN); in formLCSSAForInstructions()230 for (auto *PostProcessPN : PostProcessPHIs) in formLCSSAForInstructions()
104 SmallVector<PHINode *, 8> PostProcessPHIs; in processInstruction() local150 PostProcessPHIs.push_back(PN); in processInstruction()179 for (auto *I : PostProcessPHIs) { in processInstruction()