Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemorySSAUpdater.cpp982 auto *DefPn = GetLastDef(AddedPred); in applyInsertUpdates() local
983 assert(DefPn != nullptr && "Unable to find last definition."); in applyInsertUpdates()
984 LastDefAddedPred[AddedPred] = DefPn; in applyInsertUpdates()