Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLCSSA.cpp230 for (auto *PostProcessPN : PostProcessPHIs) in formLCSSAForInstructions() local
231 if (!PostProcessPN->use_empty()) in formLCSSAForInstructions()
232 Worklist.push_back(PostProcessPN); in formLCSSAForInstructions()