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.cpp147 SmallVector<PHINode *, 8> PostProcessPHIs; in formLCSSAForInstructionsImpl() local
204 PostProcessPHIs.push_back(PN); in formLCSSAForInstructionsImpl()
284 PostProcessPHIs.push_back(InsertedPN); in formLCSSAForInstructionsImpl()
291 for (auto *PostProcessPN : PostProcessPHIs) in formLCSSAForInstructionsImpl()