Searched refs:AllocaNumbering (Results 1 – 6 of 6) 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()
42 const auto IT = AllocaNumbering.find(AI); in getLiveRange()43 assert(IT != AllocaNumbering.end()); in getLiveRange()287 AllocaNumbering[Allocas[I]] = I; in run()
90 DenseMap<AllocaInst *, unsigned> AllocaNumbering; variable
28 const auto IT = AllocaNumbering.find(AI); in getLiveRange()29 assert(IT != AllocaNumbering.end()); in getLiveRange()268 AllocaNumbering[Allocas[I]] = I; in run()
76 DenseMap<AllocaInst *, unsigned> AllocaNumbering; variable
106 DenseMap<const AllocaInst *, unsigned> AllocaNumbering; variable