Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLCSSA.cpp267 for (auto *PostProcessPN : PostProcessPHIs) in formLCSSAForInstructions() local
268 if (!PostProcessPN->use_empty()) in formLCSSAForInstructions()
269 Worklist.push_back(PostProcessPN); in formLCSSAForInstructions()