Searched refs:AllocaNumbering (Results 1 – 2 of 2) sorted by relevance
41 const auto IT = AllocaNumbering.find(AI); in getLiveRange()42 assert(IT != AllocaNumbering.end()); in getLiveRange()109 auto It = AllocaNumbering.find(AI); in collectMarkers()110 if (It == AllocaNumbering.end()) in collectMarkers()316 AllocaNumbering[Allocas[I]] = I; in StackLifetime()353 for (const auto &KV : SL.AllocaNumbering) { in printInstrAlive()375 for (const auto &KV : SL.AllocaNumbering) { in printInfoComment()
107 DenseMap<const AllocaInst *, unsigned> AllocaNumbering; variable