Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLCSSA.cpp291 for (auto *PostProcessPN : PostProcessPHIs) in formLCSSAForInstructionsImpl() local
292 if (!PostProcessPN->use_empty()) in formLCSSAForInstructionsImpl()
293 Worklist.push_back(PostProcessPN); in formLCSSAForInstructionsImpl()