Searched refs:DefPn (Results 1 – 1 of 1) sorted by relevance
1012 auto *DefPn = GetLastDef(AddedPred); in applyInsertUpdates() local1013 assert(DefPn != nullptr && "Unable to find last definition."); in applyInsertUpdates()1014 LastDefAddedPred[AddedPred] = DefPn; in applyInsertUpdates()