Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLCSSA.cpp145 SmallVector<PHINode *, 8> PostProcessPHIs; in formLCSSAForInstructions() local
202 PostProcessPHIs.push_back(PN); in formLCSSAForInstructions()
282 PostProcessPHIs.push_back(InsertedPN); in formLCSSAForInstructions()
289 for (auto *PostProcessPN : PostProcessPHIs) in formLCSSAForInstructions()