Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLCSSA.cpp134 SmallVector<PHINode *, 8> PostProcessPHIs; in formLCSSAForInstructions() local
187 PostProcessPHIs.push_back(PN); in formLCSSAForInstructions()
241 PostProcessPHIs.push_back(InsertedPN); in formLCSSAForInstructions()
246 for (auto *PostProcessPN : PostProcessPHIs) in formLCSSAForInstructions()