Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLCSSA.cpp141 SmallVector<PHINode *, 8> PostProcessPHIs; in formLCSSAForInstructions() local
199 PostProcessPHIs.push_back(PN); in formLCSSAForInstructions()
256 PostProcessPHIs.push_back(InsertedPN); in formLCSSAForInstructions()
261 for (auto *PostProcessPN : PostProcessPHIs) in formLCSSAForInstructions()